Advertisement
Guest User

Untitled

a guest
Feb 15th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine on
  3. RewriteCond %{REQUEST_URI} ^/?(feed.*|comments.*) [NC]
  4. RewriteCond %{HTTP_USER_AGENT} !^.*(FeedBurner|FeedValidator) [NC]
  5. RewriteRule ^feed/?.*$ http://feeds.feedburner.com/MatthewWoodward [L,NC,R=302]
  6. RewriteRule ^comments/?.*$ http://feeds.feedburner.com/MatthewWoodward [L,NC,R=302]
  7. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement