Zagor
New member
Hi guys, I need help with this pretty bad.
I want to do some URL redirects in my .htaccess file. I just need proofing of some code I found.
Can you tell me what files does this pattern includes ^default\.xml$
Also what is this correct if I want to make a 301 redirect [L,R=301]?
I want to do some URL redirects in my .htaccess file. I just need proofing of some code I found.
Code:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule ^default\.xml$ http://feeds.feedburner.com/SiteAddress [L,R=301]
Can you tell me what files does this pattern includes ^default\.xml$
Also what is this correct if I want to make a 301 redirect [L,R=301]?