9 lines
226 B
ApacheConf
Executable File
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] |