Skip to content

Instantly share code, notes, and snippets.

@INDIAN2020
Created May 13, 2013 12:32
Show Gist options
  • Select an option

  • Save INDIAN2020/5567994 to your computer and use it in GitHub Desktop.

Select an option

Save INDIAN2020/5567994 to your computer and use it in GitHub Desktop.
php: extension hider for .php
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment