kabano/.htaccess

11 lines
245 B
ApacheConf
Raw Permalink Normal View History

2017-12-20 20:49:11 +00:00
AddDefaultCharset UTF-8
RewriteEngine On
# Everything uses the routing system
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
2018-03-26 20:21:41 +00:00
RewriteRule . ./index.php [L]
php_value short_open_tag 1