VinceRafale/kodify-restaurants/master/.htaccess - Htaccess File

VinceRafale/kodify-restaurants/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^css(.*)$ web/css/$1 [L]
RewriteRule ^images(.*)$ web/images/$1 [L]
RewriteRule ^img(.*)$ web/img/$1 [L]
RewriteRule ^js(.*)$ web/js/$1 [L]
RewriteRule ^(.*)$ web/index.html [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache