I have this WordPress app live on my Raspberry Pi with Lighttpd. I have activated the permalink option in the admin with this pattern http://www.myurl.com/index.php/%category%/%postname%/
but when I click to the link to see a post or any other pages (static pages, categories), I’m redirected to the homepage.
Is there any additionnal rules to set up in Lighttpd? As far as I understand, there is only if I want to have clean URL without /index.php/
.
Of course, links such as http://www.myurl.com/?p=X
work perfectly fine.
What am I missing?
As stated in the comments above, I had to disable the “Rewrite” plugin (I downloaded it before knowing about the permalinks anyway). I have also managed to have URL without
/index.php/
by configuring/%category%/%postname%/
in thePermalinks
section of Wp-Admin and by having these rules in mylighttpd.conf
: