BrandoIsNotASword/ocean_glass/master/frontend/web/.htaccess - Htaccess File

BrandoIsNotASword/ocean_glass/master/frontend/web/.htaccess

RewriteEngine on

RewriteCond %{HTTP_HOST} ^lagrannacion.com.mx [NC]
RewriteRule ^(.*)$ http://www.lagrannacion.com.mx/$1 [L,R=301]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache