bludit/.htaccess
2015-03-10 15:39:04 +00:00

8 lines
147 B
ApacheConf

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