Skip to content

Instantly share code, notes, and snippets.

@pjhoberman
Created September 25, 2011 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjhoberman/1241289 to your computer and use it in GitHub Desktop.
Save pjhoberman/1241289 to your computer and use it in GitHub Desktop.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# Special stuff
# RewriteEngine On
# RewriteRule ^gabf/?$ http://www.denveroffthewagon.com/category/gabf [R=301,NC]
# For writers who change their names / use nicknames
Redirect 301 /author/CONK http://www.denveroffthewagon.com/author/ryanconklin
Redirect 301 /author/conk http://www.denveroffthewagon.com/author/ryanconklin
Redirect 301 /author/Sean http://www.denveroffthewagon.com/author/Seanbuchan
Redirect 301 "/author/The Literate Lush" http://www.denveroffthewagon.com/author/kellywooldridge
# For articles that had messed up dates:
# Redirect 301 /year/month/day/article-name/ http://newfullurl.com/etc/
Redirect 301 /2011/05/13/safe-zones-a-guide-for-women/ http://denveroffthewagon.com/2011/05/23/safe-zones-a-guide-for-women/
Redirect 301 /2011/06/30/announcing-the-1st-annual-co-beer-cocktail-party/ http://www.denveroffthewagon.com/2011/07/01/announcing-the-1st-annual-co-beer-cocktail-party/
Redirect 301 /2011/09/15/distillers-sitdown-series-michael-myers-of-distillery-291/ http://www.denveroffthewagon.com/2011/09/16/distillers-sitdown-series-michael-myers-of-distillery-291/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment