Billie/.htaccess
2025-05-06 09:47:26 +07:00

6 lines
123 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>