Skip to content

Instantly share code, notes, and snippets.

@pedroelsner
Created August 23, 2012 11:12
Show Gist options
  • Select an option

  • Save pedroelsner/3435657 to your computer and use it in GitHub Desktop.

Select an option

Save pedroelsner/3435657 to your computer and use it in GitHub Desktop.
.htaccess - Tiago Lins
<IfModule mod_rewrite.c>
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) /v2/$1 [QSA,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment