mirror of
https://github.com/elyby/chrly.git
synced 2024-11-27 01:01:59 +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> |