I've been going through the BookStack setup from here: https://www.bookstackapp.com/docs/admin/installation/ I've followed it mostly ok, but I don't know what rewrite rules I need (if any). Anyway I've got it set up and I can view the main page, but following any links sends me to a 404 page with the error:
I've got two apps set up: 1. bs_wiki, which is a PHP app with all the actual files inside it 2. bookstack_public, which is a 'symbolic link to a php app'. In the extra info this is pointing at the public dir in the first app (ie. /home/WEBFACTIONUSER/webapps/bs_wiki/BookStack/public ) It looks like the symbolic link is being followed the first time, but following a link (eg. to the BookStack settings page) it seems like it gets confused to what url it's trying to redirect to. The actual url seems correct though (eg. it shows http://wiki.DOMAIN.com/bookstack/public/settings ) and the 404 path exists (if the symbolic link is followed). I tried adding 'Options +FollowSymLinks' to the .htaccess in the 'public' directory, but that didn't seem to make any difference. Anyone any hints how to proceed? I'm not really sure where the error is coming from. Thanks. asked 24 Apr '20, 12:34 OrangyTang |
From the top of my head, since it looks like you are serving it from a sub-URL, you are probably missing the Try adding If that doesn't work, open a ticket for us to look into this further, as it looks like a bit of an unusual deployment and we might need to give it a closer look. answered 24 Apr '20, 17:20 iliasr ♦♦ That seemed to do the trick, thanks!
(24 Apr '20, 21:48)
OrangyTang
|