Files
2026-07-15 17:23:15 +07:00

4 lines
94 B
ApacheConf

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