emilthidell/Cities/master/.htaccess
Options +FollowSymLinks -MultiViews -Indexes DirectoryIndex index.html index.php <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^$ public/ [L] RewriteRule (.*) public/$1 [L] </IfModule>
Options +FollowSymLinks -MultiViews -Indexes DirectoryIndex index.html index.php <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^$ public/ [L] RewriteRule (.*) public/$1 [L] </IfModule>