Xakaton/sitebuilder/master/sitebuilder/.htaccess - Htaccess File

Xakaton/sitebuilder/master/sitebuilder/.htaccess

#Options +FollowSymLinks

RewriteEngine on
RewriteBase /
# �� ��������� httpd �������� �����, ������������ � ����� (.htaccess, .svn, .git � ������)
#RedirectMatch 403 /..*$
# ���� ���������� ��� ���� ����������, ������������ �� ��������
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