Bookstack is broken on latest mac os Mojave #916

Closed
opened 2026-02-04 22:54:37 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @aus729xz on GitHub (Nov 18, 2018).

Describe the bug
Getting 404 Not Found on all pages
Steps To Reproduce
Steps to reproduce the behavior:
After upgrading to Mojave, Bookstack stopped working

Originally created by @aus729xz on GitHub (Nov 18, 2018). **Describe the bug** Getting 404 Not Found on all pages **Steps To Reproduce** Steps to reproduce the behavior: After upgrading to Mojave, Bookstack stopped working
Author
Owner

@aus729xz commented on GitHub (Nov 18, 2018):

Fixed the problem by adding the following to Apache httpd.conf under the BookStack public directory
Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
@aus729xz commented on GitHub (Nov 18, 2018): Fixed the problem by adding the following to Apache httpd.conf under the BookStack public directory Options +FollowSymLinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L]
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#916