FKint/JokkebrokAdministratie/master/.htaccess - Htaccess File

FKint/JokkebrokAdministratie/master/.htaccess

#php_value display_errors On
#php_flag magic_quotes 1
#php_flag magic_quotes_gpc 1
#php_value mbstring.http_input auto
#php_value date.timezone Europe/Amsterdam

RewriteEngine On

RewriteCond %{REQUEST_URI} !^/public_html/.*$
RewriteRule ^(.*)$ /public_html/$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache