Skip to content

Instantly share code, notes, and snippets.

@jarretc
Created September 6, 2012 18:58
Show Gist options
  • Save jarretc/3659476 to your computer and use it in GitHub Desktop.
Save jarretc/3659476 to your computer and use it in GitHub Desktop.
#Options -IncludesNoExec
#php_value memory_limit 50M
# BEGIN WordPress
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^forum.*$ http://retrorenovation.com/forums/ [R=301,L]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment