mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-05 00:29:48 +03:00
After manual install on SLES 15, the redirect fail on bookstack/login with error 404 - Object not found #813
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Flemming-H on GitHub (Sep 14, 2018).
Describe the bug
Bookstack has been manually installed on SLES 15 with no errors, in a subdirectory called "/srv/www/htdocs/BookStack". Configures with redirect, and .htaccess file in public removed.
Screenshots

Your Configuration (please complete the following information):
Additional context
snip from .env:
Full text from "/etc/apache2/conf.d/bookstack.conf":
No errors reported in error-log, and normal entries in access-log - and the firewall has been disabled during tests.
Best regards
@Flemming-H commented on GitHub (Sep 14, 2018):
After reviewing the apache conf. files I found an error (misspelling) - thanks anyway
@Abijeet commented on GitHub (Sep 16, 2018):
Hi @Flemming-H
Glad to hear that the issue is now sorted. Where was the spelling mistake? I can't seem to notice it.
If your problem is resolved, can you please close the issue?
@ssddanbrown commented on GitHub (May 18, 2019):
Since the last comment on this issue is relatively old I'm going to close this. If the issue remains and is something you still require to be fixed please open a new issue, referencing this one.
@tacerus commented on GitHub (Sep 3, 2022):
My search query led me here - the author of this issue seems to have solved it by correcting a typo, but in case someone else stumbles across a
/login404 on SLES/openSUSE, the rewrite module is not loaded by default, and since the example config ships with<IfModule mod_rewrite.c>, the whole redirection block to BookStack is silently being skipped.