scriptjunkie/EasyAuth/master/.htaccess - Htaccess File

scriptjunkie/EasyAuth/master/.htaccess

SSLOptions +StdEnvVars +ExportCertData
SSLVerifyClient optional_no_ca
## hide .php extension
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) $1.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache