lighttpd rewrite
-
Hi
I’ve been using the following rewrite on lighttpd which works fine for having the WP pages and BBP content displayed properly, but I still can’t get a few features to work.
Firstly trying to edit a post, the link is domain.tld/reply/reply-to-topic-name/edit but I just end being redirected to domain.tld/reply/reply-to-topic-name. Similary for closing, splitting, trashing and spamming posts, I am just redirected back to domain.tld/reply/reply-to-topic-name
My current rewrite
`url.rewrite = (
“^/(.*)\.(.+)$” => “$0”,
“^/(.+)/?$” => “/index.php/$1”
)`I’ve tried a few variations of this now, but can’t get to get the other functions (edit, close etc) working, any advice would be appreciated.
Thanks.
- You must be logged in to reply to this topic.