Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web/Web/ Error ? #412

Open
PatH007 opened this issue Sep 11, 2024 · 3 comments
Open

Web/Web/ Error ? #412

PatH007 opened this issue Sep 11, 2024 · 3 comments

Comments

@PatH007
Copy link

PatH007 commented Sep 11, 2024

Hi there.
I just start to install librebooking on my server via FTP.
I tried to adapt config.php and tried https://mywebsite.fr/librebooking/Web, but it automatically goes back to https://mywebsite.fr/librebooking/Web/Web with an 404 error...
No idea?
Is there any relationship with session.autostart ?
Possible problem with .htaccess provided ?

RewriteCond %{REQUEST_URI} !^/Web/
RewriteRule ^(.*)$ /Web/$1 [R]

thanks for any help.

@PatH007
Copy link
Author

PatH007 commented Sep 11, 2024

I tried to solve that changing htaccess lines.
RewriteCond %{REQUEST_URI} !^/librebooking/Web/
RewriteRule ^(.*)$ /librebooking/Web/$1 [R]

@bpinsard
Copy link
Contributor

This is also true when logging out on a functional instance (or auto-logging-out after inactivity). It sends to that erroneous URL.

@PierreSerpe
Copy link

I get the same script.url problem ending with /Web/Web in the link sent through automatic emails which are generated after a password reset or removing reservation for example.
Thanks in advance for any help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants