BertBeentjes/bPAD/master/.htaccess - Htaccess File

BertBeentjes/bPAD/master/.htaccess

php_value magic_quotes_gpc off
php_flag magic_quotes_gpc off

RewriteEngine on

RewriteCond %{REQUEST_URI} !frontendlibs
RewriteCond %{REQUEST_URI} !robots.txt
RewriteCond %{REQUEST_URI} !favicon.ico
RewriteCond %{REQUEST_URI} !index.php
RewriteRule ^(.*)$ /www/bpad/index.php?url=/$1 [NC,QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache