mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-01-06 04:40:13 -06:00
6 lines
145 B
ApacheConf
6 lines
145 B
ApacheConf
RewriteEngine On
|
|
|
|
RewriteCond %{THE_REQUEST} /public/([^\s?]*) [NC]
|
|
RewriteRule ^ %1 [L,NE,R=302]
|
|
|
|
RewriteRule ^((?!public/).*)$ public/$1 [L,NC] |