【发布时间】:2012-02-10 22:56:01
【问题描述】:
我有一些这样的网址:
http://plutov.by/post/cubique_zf_jqueryhttp://plutov.by/post/mysql_useful_queries
如何在 Apache mod_rewrite 的帮助下打开下一页?
http://plutov.by/post/main?title=cubique_zf_jqueryhttp://plutov.by/post/main?title=mysql_useful_queries
另外,这个新的重写规则是否适用于“一个入口点重写”?
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
谢谢。
【问题讨论】:
标签: php apache .htaccess mod-rewrite