PittsburghPG/pa-campaign-finance/master/.htaccess - Htaccess File

PittsburghPG/pa-campaign-finance/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule api/(.*)$ api/index.php?request=$1 [QSA,NC,L]
RewriteRule a/(.*)$ index.html?request=$1 [QSA,NC,L]
RewriteRule index.html index.html?request=/a/race [QSA,NC,L]

</IfModule>

php_flag  display_errors        on
php_value error_reporting       2039

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache