NikolaiJeliazkov/class-b/master/doc/backup/public_html.1/a.to4ka.net/.htaccess
AddHandler application/x-httpd-php54 .php
AddDefaultCharset UTF-8
Options +FollowSymLinks
IndexIgnore */*
<IfModule mod_rewrite.c>
RewriteEngine on
# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# otherwise forward it to index.php
RewriteRule . index.php
</IfModule>
Files
