emilthidell/Cities/master/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache