【发布时间】:2012-08-28 13:37:48
【问题描述】:
我有网址
http://www.url.com/business/index.php?biz=andrewliu
我正在努力完成,所以它会是
http://www.url.com/business/andrewliu
我尝试过这个:
RewriteRule ^/?([a-z0-9_-]+)/?$ /index.php?biz=$1 [L]
或
RewriteRule ^/?([a-z0-9_-]+)/?$ /business/index.php?biz=$1 [L]
没有用?
帮帮我?
编辑:
我有这个
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
重写之前
【问题讨论】:
标签: .htaccess mod-rewrite url-rewriting