Skip to content

Instantly share code, notes, and snippets.

@bouchard
Created April 25, 2009 11:21
Show Gist options
  • Save bouchard/101590 to your computer and use it in GitHub Desktop.
Save bouchard/101590 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteBase /
RewriteCond SUBDIR/%{REQUEST_FILENAME} !-f
RewriteRule ^(.*) SUBDIR/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment