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]