ivacuum/dev.ivacuum.ru/master/public_html/.htaccess
AddDefaultCharset UTF-8
RewriteEngine On
Options -Indexes
Options +FollowSymlinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [QSA,L]
DirectoryIndex index.php index.html		
		
		Files
