bludit/.htaccess
2015-05-05 01:00:01 +00:00

10 lines
168 B
ApacheConf

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