akbarhossain/openid4me/master/.htaccess - Htaccess File

akbarhossain/openid4me/master/.htaccess

##Options +FollowSymLinks
##RewriteEngine On
##RewriteBase /

SSLOptions +StdEnvVars
SSLOptions +ExportCertData
SSLOptions +OptRenegotiate
SSLVerifyClient optional_no_ca
SSLVerifyDepth 3

RewriteEngine On
### if the requested url doesn't exist as a file (-f)
RewriteCond %{REQUEST_FILENAME} !-f
### and the requested url doesn't exist as a directory (-d)
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*) idpage.php?webid=$1 [PT,L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache