medatech/MiogenPHP/master/examples/AddressBook/.htaccess - Htaccess File

medatech/MiogenPHP/master/examples/AddressBook/.htaccess

RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php?url=$1 [QSA,E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
    RewriteRule ^(.*)$ $1 [QSA,E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache