KevinMcCoy/slptx.us/master/public/.htaccess - Htaccess File

KevinMcCoy/slptx.us/master/public/.htaccess

## RewriteEngine On
## RewriteCond %{REQUEST_FILENAME} !-d
## RewriteCond %{REQUEST_FILENAME} !-f
## RewriteRule (.*) $1.php [L,QSA]

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php
## RewriteRule ^([^.]+)/$ $1.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache