Htaccess File

IT112/statistiktool/master/.htaccess

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