is it possible to display my sitemap from a remote server like its residing on a main server
say
mydomain.com/sitemaps/filename.xml
will get its content from
remoteserver.com/sitemapts/mydomain-sitemap-filename.xml
and how do i do it in htaccess.
Thanks..
Yes, but it requires that
mod_proxyhas been enabled on the server. If you don’t control the server yourself, this could be a problem.Assuming it is available though, and
mod_rewriteis also available to you, you could something like this in a.htaccessfile in your site root: