bludit/.htaccess

8 lines
147 B
ApacheConf
Raw Normal View History

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