invoiceninja/.htaccess
2015-06-15 20:21:48 +03:00

5 lines
91 B
ApacheConf

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