我在http://zend.patidarweb.com/sitemap_index.xml
上有一个站点地图我希望从http://patidarweb.com/zend/sitemap_index.xml
访问我必须在.htaccess中添加什么才能解决问题?
提前感谢所有用户。
答案 0 :(得分:1)
您可以在.htaccess文件中使用简单重定向,例如
RewriteCond %{REQUEST_URI} ^/zend/sitemap_index.xml [NC]
RewriteRule ^(.*)$ http://zend.patidarweb.com/sitemap_index.xml [R=301,L]
或者您需要使用代理,以避免重定向&仅获取内容