Skip to content

Instantly share code, notes, and snippets.

@sbarrat
Created August 22, 2013 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbarrat/dedf87c166fe43e301ae to your computer and use it in GitHub Desktop.
Save sbarrat/dedf87c166fe43e301ae to your computer and use it in GitHub Desktop.
Hidden web extensions for apache
Options Indexes FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^([A-Za-z0-9-]+)/?$ $1.php
ErrorDocument 404 /404.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment