Skip to content

Instantly share code, notes, and snippets.

@shanemhansen
Created November 15, 2013 22:00
Show Gist options
  • Save shanemhansen/7492381 to your computer and use it in GitHub Desktop.
Save shanemhansen/7492381 to your computer and use it in GitHub Desktop.
scrubbed
DirectoryIndex index.html index.php index_mvc.php
php_value include_path "a:b"
<Location />
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index_mvc.php [NC,L]
</Location>
Alias /index_mvc.php /outsite/of/docroot/index_mvc.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment