3 lines
No EOL
74 B
ApacheConf
3 lines
No EOL
74 B
ApacheConf
RewriteEngine on
|
|
RewriteRule ^$ public/ [L]
|
|
RewriteRule (.*) public/$1 [L] |