mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-24 19:33:07 +01:00
4 lines
166 B
ApacheConf
4 lines
166 B
ApacheConf
|
# On some hostings it is impossible to change web root directory
|
||
|
# so we rewrite all web requests into /public folder
|
||
|
RewriteEngine on
|
||
|
RewriteRule (.*) /public/$1 [L]
|