Home Forums Newsletter Plugin Support Permalink for Archive

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #182113
    CamdenJaxx
    Participant

    Hello!

    Currently I am trying to create a pretty permalink look for the newsletter archive. I used an .htaccess rule* to forward [domain.com/newsletter/archive/1] to [domain.com/newsletter/archive/?email_id=1], which I’ve tested in a few places and it should ideally work, given the rewrite rule used. My issue is that when visiting the link, it’s showing the plain archive page instead of displaying the email. I’ve toyed around with it until I’m blue in the face and finally figured I’d ask for help.

    Does anyone have any input on what could be preventing me from using the URL scheme I’m attempting?

    Thank you for your time!

    *
    RewriteRule ^newsletter/archive/([^/]*)$ /newsletter/archive/?email_id=$1 [L]

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