Files
kabano/.htaccess
2017-12-20 21:49:11 +01:00

9 lines
226 B
ApacheConf
Executable File

AddDefaultCharset UTF-8
RewriteEngine On
# Everything uses the routing system
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . %{ENV:BASE}index.php [L]