bludit/.htaccess

10 lines
168 B
ApacheConf

AddDefaultCharset UTF-8
RewriteEngine on
DirectorySlash Off
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php [L]