mirror of
https://github.com/elyby/chrly.git
synced 2024-12-29 00:10:19 +05:30
5 lines
119 B
ApacheConf
5 lines
119 B
ApacheConf
|
<IfModule mod_rewrite.c>
|
||
|
RewriteEngine on
|
||
|
RewriteRule ^$ public/ [L]
|
||
|
RewriteRule (.*) public/$1 [L]
|
||
|
</IfModule>
|