• Anyone familiar with Nginx servers (versus Apache) know of a way to control where thumbnail images redirect when the should be linking to the attachment page?

    Everything on the site works but this. For some reason, thumbnails are redirecting themselves when clicked incorrectly.

    The usual URL for an attachment page is:

    /12/09/page-title-here/attachmentname

    And that link is generated, but then it redirects to:

    /attachment_id=?filename

    And that does not resolve correctly.

    Also, because it is Nginx, mod_rewrite does not function like it would on apache.

    Thoughts on how to solve this?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nginx Redirect Advice?’ is closed to new replies.