mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2025-01-31 12:01:39 +01:00
Allow acess to /.well-known on Apache
This commit is contained in:
parent
dcdc372e45
commit
0d53e23151
@ -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>
|
Loading…
x
Reference in New Issue
Block a user