Htaccess File

BertBeentjes/bPAD/master/.htaccess

REQUEST_URI
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]
Exit mobile version