VerticalHorizon/SushiHouse/master/.htaccess - Htaccess File

VerticalHorizon/SushiHouse/master/.htaccess

<IfModule mod_rewrite.c>
    Options -MultiViews -Indexes

    RewriteEngine On
    RewriteRule ^(kml|css|i|js|jquery-file-upload|JavaScript-Load-Image-master) /public%{REQUEST_URI} [L]
    RewriteBase /public
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache