Aknaproff/.htaccess

5 lines
95 B
ApacheConf
Raw Normal View History

2023-09-21 12:45:08 +00:00
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>