I have setup bookstack on Xampp + Windows 10. I am accessing it directly with apache server. When I try to acces “/books” url it show a blanck white page with “forbidden” written on it.
I can create shelfs and books but when I try to open any created book it show a 404 Apache page like this.
How can I solve this problem ? I have tried all official and unofficial solutions but nothing helped. Thanks
Advertisement
Answer
I solved this porblem with the help of the creator of stackbooks by removing the “/books” names alias from the apache config files.
The bookstack.amuslim.org/books was not going to the bookstack /books but to the “/books” alias.