Skip to content

Instantly share code, notes, and snippets.

@fangcat
Created July 24, 2014 13:33
Show Gist options
  • Save fangcat/d09e993d41c3cc6e308e to your computer and use it in GitHub Desktop.
Save fangcat/d09e993d41c3cc6e308e to your computer and use it in GitHub Desktop.
停用並引導RSS Feed
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} !^.*(FeedBurner|FeedValidator) [NC]
RewriteRule ^feed/?.*$ http://feeds.freegroup.org/freegroup [L,NC,R=301]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment