【发布时间】:2013-12-05 05:19:13
【问题描述】:
我有这个网址:
http://localhost/listing-video.php?q=php+course+online&page=1
我需要这样改:
http://localhost/php-course-online/1
我在我的 .htaccess 中添加了这段代码但没有成功:
RewriteEngine On
RewriteRule ^([^/]*)/([^/]*)?$ listing-video.php?q=$1&page=$2 [L]
非常感谢任何帮助
【问题讨论】:
标签: php regex .htaccess mod-rewrite url-rewriting