rcus/spot/master/webroot/.htaccess
<IfModule mod_rewrite.c> RewriteEngine on # Use RewriteBase below on www.student.bth.se # RewriteBase /~matg12/phpmvc/spot/webroot/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) index.php/$1 [NC,L] </IfModule>