I fixed my issue.
I noticed all my wordpress posts were doing 404 errors as soon as the permalink setting was not on “plain” which uses GET parameters (ie. no URL rewriting). So I figured it is a global URL rewriting issue, not a glotpress issue.
I found this post on stackoverflow which explains how to enable URL rewriting for my wordpress website on apache, and applied the solution from Kazbek :
https://stackoverflow.com/questions/22500758/only-default-permalinks-working-wordpress-others-become-404-error
Sidenote, I’ve setup my wordpress on a Raspbian.
It’s now working with /glotpress/
-
This reply was modified 3 years, 4 months ago by schouffy.