IT112/statistiktool/master/.htaccess - Htaccess File

IT112/statistiktool/master/.htaccess

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

RewriteRule ^/?([a-z]+).html$ index.php?action=$1 [QSA,L]
RewriteRule ^/?([a-z]+)/([a-z]+).html$ index.php?controller=$1&action=$2 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache