我在试着重写
http://localhost/pex/index.php?p=login
到
http://localhost/pex/login
如果重置已设置
http://localhost/pex/index.php?p=login&re=users
到
http://localhost/pex/login/re/users
我使用了http://www.generateit.net/mod-rewrite/,它建议:
RewriteEngine On
RewriteRule ^pex/([^/]*)/re/([^/]*)$ /pex/index.php?p=$1&re=$2 [L]
这在WAMP上不起作用,并且在LogLevel = debug时未生成错误。
注意/pex/只是一个临时文件夹,它最终将位于根目录中。
1条答案
按热度按时间zvokhttg1#
尝试将其添加到httpd.conf中
在.htaccess中,在第一行添加以下行: