strelov1/seo_projekt/master/web/.htaccess - Htaccess File

strelov1/seo_projekt/master/web/.htaccess

RewriteEngine on

# Если файл или директория существуют, использовать их
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# В ином случае - переадресовать на  index.php
RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache