Files
2026-06-08 19:58:50 +07:00

4 lines
86 B
ApacheConf

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