Aknaproff/.htaccess
2023-09-21 13:45:08 +01:00

5 lines
95 B
ApacheConf

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