0
我已經安裝在http://zend.patidarweb.com/如何從URL訪問子域文件?
一個WordPress我對http://zend.patidarweb.com/sitemap_index.xml
一個網站地圖,我想從http://patidarweb.com/zend/sitemap_index.xml
訪問我不得不在.htaccess中添加,所以我得到了我的問題解決?
在此先感謝所有用戶。
我已經安裝在http://zend.patidarweb.com/如何從URL訪問子域文件?
一個WordPress我對http://zend.patidarweb.com/sitemap_index.xml
一個網站地圖,我想從http://patidarweb.com/zend/sitemap_index.xml
訪問我不得不在.htaccess中添加,所以我得到了我的問題解決?
在此先感謝所有用戶。
可以在.htacces文件中使用簡單的重定向,像
RewriteCond %{REQUEST_URI} ^/zend/sitemap_index.xml [NC]
RewriteRule ^(.*)$ http://zend.patidarweb.com/sitemap_index.xml [R=301,L]
或者你需要使用代理服務器,以避免重定向&獲得內容僅供
不工作.... –
對不起!有一個錯誤。更新。 –
不是更好的運氣與您更新的代碼...我也嘗試從面板重定向一個網址,並嘗試你的代碼,但沒有更好的運氣..... –