Forum Moderators: phranque
is this correct:?
RewriteRule ^directory\filename\.xml$ [domain.com...] [R=301,L]
Is this the wrong approach, should I actually just change the link(s) to the Feed itself... with no redirect? or am I ok this way....
side note...I rank super well for this feed, am I "giving it away" by redirecting my feed to the new feed address? I think I might be...
I do over 6000 views a day for this feed and I'm hoping to monitize it.....but I don't want to screw it up by giving the feed to another domain... the feed would no longer reside within my domain after I do this...
am I about to lose out....?
thanks for your time!
Tera
- advertise a URL within your domain and then proxy those requests to some other site. In that way, the content appears to be 'on' your domain,
OR
- you can set up a redirect to this new URL and search engines will update their indexes to list the new URL. The redirect stays in place forever so that prior bookmarks will continue to work.
RewriteRule ^directory\filename\.xml$ [domain.com...] [R=301,L]
this will redirect the old file in the current directory structure to the new destination?
it's this part that I'm really inquiring about: (I've only redirected files from the root prior to this)
^directory\filename\.xml$
is that correct?
thanks!