我有网址
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
在重写之前