Files
hortusfox-web/.htaccess
Daniel Brendel c0b05def95 Initial commit
2023-09-25 12:02:04 +02:00

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]