mirror of
https://github.com/elyby/chrly.git
synced 2024-12-25 06:30:04 +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>
|