Bolt Apache
.htaccess
tester.
The file .htaccess exists and is readable to the webserver. These are its contents:
# BEGIN YOURLS
RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^.*$ /yourls-loader.php [L]
# END YOURLS