mirror of
https://github.com/elyby/chrly.git
synced 2025-01-07 04:23:51 +05:30
7 lines
172 B
ApacheConf
7 lines
172 B
ApacheConf
|
AddDefaultCharset UTF-8
|
||
|
|
||
|
<IfModule mod_rewrite.c>
|
||
|
RewriteEngine On
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteRule ^(.*)$ index.php?_url=/$1 [QSA,L]
|
||
|
</IfModule>
|