将所有子页面重定向到父主页

时间:2018-12-03 12:24:08

标签: php apache .htaccess redirect mod-rewrite

我有www.example.com之类的网站,并且此页面已重定向至www.newdomain.com,编写规则位于某处。不在根目录中。

当我输入www.example.com/about-us时,其重定向到www.newdomain.com/about-us并显示未找到404页面。我想将所有子页面从example.com重定向到example.com主页。

我使用了以下代码,但无法正常工作。

RewriteEngine On
RewriteRule ^parent/(?!index\.php).+)$ /parent/index.php [L,NC]

0 个答案:

没有答案