3 lines
59 B
ApacheConf
3 lines
59 B
ApacheConf
|
RewriteEngine on
|
||
|
RewriteRule ^(.*)$ public_html/$1 [QSA,L]
|