bludit/.htaccess

8 lines
147 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
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php [L]