ivacuum/dev.ivacuum.ru/master/public_html/.htaccess - Htaccess File

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache