arduinoguate/CREA/master/v1/.htaccess - Htaccess File

arduinoguate/CREA/master/v1/.htaccess

#AddHandler x-httpd-php5-4 .php

<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ /v1/api.php?request=$1&%{QUERY_STRING} [PT,L]
RewriteRule .* - [E=HTTP_Authorization:%{HTTP:Authorization}]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_FILENAME

Comments

Apache