我已经搬到了新的服务器,现在当我输入没有www的URL时,我的redirectRule设置为.htaccess似乎工作正常,但如果我添加www。我收到一个错误:
页面未正确重定向
我的规则如下:
RewriteRule ^proj(.*)$ /incl/selectTest.incl.php?proj=$1 [NC,L,QSA]
我也注释了我的重定向到www
#RewriteCond %{HTTP_HOST} !^www.my-domain.com
#RewriteRule ^(.*)$ http://www.my-domain.com/$1 [R=permanent,L]
也许在服务器上它仍然添加了指令。我将WHM用于整个VPS。坚持并需要帮助。