bludit/.htaccess

8 lines
148 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
2015-03-27 01:00:01 +00:00
#RewriteCond %{REQUEST_FILENAME} !-d
2015-03-08 14:42:27 -03:00
RewriteRule ^(.*) index.php [L]