我的重写代码遇到了一些问题。请注意,.htaccess 文件位于子域文件夹 (...public_html/subdomain/ )
我只是想重写一个页面请求:
http://subdomain.mysite.com/home
http://subdomain.mysite.com/index.php?page=home
我的 .htaccess 文件看起来像这样......
RewriteEngine On
RewriteRule ^/([A-Za-z0-9\-\_])$ /index.php?page=$1
有什么东西冲着你跳出来吗?