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