1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 11:22:42 +01:00
freescout/.htaccess
2018-11-12 22:45:05 -08:00

6 lines
205 B
ApacheConf

# On some hostings it is impossible to change web root directory
# so we rewrite all web requests into /public folder
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule (.*) /public/$1 [L]
</IfModule>