我的.htaccess
位于根级别,并为多个托管域提供服务(我正在使用域指针)。
我想在其中一个域上重定向一个网址:
http://www.pointerdomain.com/first.html
至http://www.pointerdomain.com/single.html
但我看不到任何关于如何做到这一点的文件......
答案 0 :(得分:2)
你的问题似乎含糊不清,但这对你有用吗?
RewriteCond %{HTTP_HOST} www\.pointerdomain\.com
RewriteRule ^first.html$ /single.html