bludit/.htaccess

8 lines
148 B
ApacheConf
Raw Normal View History

2015-03-10 16:39:04 +01:00
AddDefaultCharset UTF-8
2015-03-08 18:42:27 +01:00
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
2015-03-27 02:00:01 +01:00
#RewriteCond %{REQUEST_FILENAME} !-d
2015-03-08 18:42:27 +01:00
RewriteRule ^(.*) index.php [L]