Skip to:
Content
Pages
Categories
Search
Top
Bottom

lighttpd rewrite


  • Balztrap
    Participant

    @balztrap

    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.

Viewing 1 replies (of 1 total)

  • Balztrap
    Participant

    @balztrap

    Ok so after a while I thought this might actually be a plugin issue instead, after deactivating and re-activating them one by one, WordPress SEO turned out to be the culprit. All works fine now!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar