Bolt Apache
.htaccess
tester.
The file .htaccess exists and is readable to the webserver. These are its contents:
# Enable Rewrite Engine RewriteEngine On # Handle Front Controller RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^ index.php [L]