menesty/ikea-world/master/www/.htaccess - Htaccess File

menesty/ikea-world/master/www/.htaccess

AddDefaultCharset UTF-8
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_URI} !/fonts/.* [NC]
RewriteRule ^(.*)$ index.php?route=$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache