Skip to content

Instantly share code, notes, and snippets.

@manton
Created April 7, 2015 20:23
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manton/f8b6f8b391a2f3d9b419 to your computer and use it in GitHub Desktop.
Save manton/f8b6f8b391a2f3d9b419 to your computer and use it in GitHub Desktop.
WordPress htaccess
RewriteRule ^rss.xml$ /index.php?feed=rss2&cat=-847 [L,R]
RewriteRule ^snippets.xml$ /index.php?feed=rss2&cat=847 [L,R]
RewriteRule ^feed/$ /rss.xml [L,R]
RewriteRule ^category/(.*)\.html$ /category/$1/ [L,R]
@manton
Copy link
Author

manton commented Jun 25, 2015

@svandragt Thanks for including your notes and a more complete example!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment