给定一个域名:
http://example.com
使用.htaccess文件,我想将所有网址重定向到http://example.com/dummypage.html,但包含模式" a1"," b1"和" c1& #34 ;.例如:
http://example.com
http://example.com/d1
将被重定向。但
http://example.com/a1
http://example.com/b1
http://example.com/c1
http://example.com/a1/anything/...
http://example.com/b1/anything/...
http://example.com/c1/anything/...
不应重定向。我尝试按照堆栈溢出中给出的其他答案编写规则,但没有成功。应该注意,已经在.htaccess文件上声明了其他RewriteCond和RewriteRule语句。因此,我不知道他们是否会影响重定向结果。 .htaccess文件类似于以下文件:https://docs.joomla.org/Preconfigured_htaccess
答案 0 :(得分:0)
您可以在网站根目录中使用此重定向规则,并使用负前瞻正则表达式.htaccess:
Serializer