mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-01-06 18:20:50 -05:00
5 lines
91 B
ApacheConf
5 lines
91 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine On
|
|
RewriteRule ^(.*)$ public/$1 [L]
|
|
</IfModule>
|