Billie/.htaccess

6 lines
123 B
ApacheConf
Raw Permalink Normal View History

2025-05-06 02:47:26 +00:00
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>