37324-vm/.htaccess
Flatlogic Bot c31bfd20c5 1.01
2026-01-08 17:03:11 +00:00

5 lines
126 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ public/ [L]
RewriteRule (.*) public/$1 [L]
</IfModule>