Replies: 1 comment
-
$root_path = $_SERVER['DOCUMENT_ROOT'].'/sauv';
$root_url = 'sauv'; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Here my configuration
$use_auth = true;
$root_path = $_SERVER['DOCUMENT_ROOT'].'/sauv';
$root_url = 'https://mywebsite.net/sauv';
$http_host = $_SERVER['HTTP_HOST'].'/sauv';
But when I used it, I log in :

How can we configure it for use it in subfolder ?
thanks
Beta Was this translation helpful? Give feedback.
All reactions