Files
bckelleyandbckelley a979c73924 init commit
2024-01-25 09:52:59 -06:00

6 lines
118 B
ApacheConf

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