1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2025-01-31 20:11:38 +01:00

Allow acess to /.well-known on Apache

This commit is contained in:
FreeScout 2022-06-06 22:25:50 -07:00
parent dcdc372e45
commit 0d53e23151

View File

@ -5,5 +5,6 @@
# On some hostings it does not work as "public/$1", but works as "/public/$1".
# But we can't write it as "/public/$1" because in this case it does not work
# when application is installed in subdirectory.
RewriteCond %{REQUEST_URI} !/\.well\-known/?.*
RewriteRule (.*) public/$1 [L]
</IfModule>