Skip to content

Instantly share code, notes, and snippets.

@philips
Created July 2, 2013 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save philips/5911355 to your computer and use it in GitHub Desktop.
Save philips/5911355 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /2013/
RewriteCond %{REQUEST_URI} /2013/ocw.*
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /2013/index.php [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment