sergey-exu/namagistralnoi/master/frontend/web/.htaccess - Htaccess File

sergey-exu/namagistralnoi/master/frontend/web/.htaccess

Order Allow,Deny
Allow from all

AddDefaultCharset utf-8

RewriteEngine on

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

Redirect 410 /languages/
Redirect 410 /news/
Redirect 410 /page/
Redirect 410 /articles/
Redirect 410 /products_thumb/

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache