标签: apache .htaccess mod-rewrite
我需要将www.domain.com/newsite/重写为www.domain.com/,基本上我这样做是为了防止新网站出现意外问题,我可以轻松回滚到原来的编辑.htaccess文件......
答案 0 :(得分:2)
尝试此规则:
RewriteRule !^newsite/ newsite%{REQUEST_URI}
它会重写任何不以/newsite/开头的请求到/newsite/。
/newsite/