Rewrite dynamic url to permalink
-
Hi,
I’m on Dreamhost and I’m setting a newsletter with their announce list. I’ve create some pages for the greetings, error, etc… on my wordpress blog.
By example, the page for subscription confirmation is : https://www.datingwatch.org/newsletter-suscribe
and every newsletter related pages is starting with newsletter-The problem is that the newsletter engine passes arguments in its URL like this :
https://www.datingwatch.org/newsletter-suscribe?address=julienmarie%40datingwatch%2Eorg&name=Julien%20Marie&code=3
and it gives me a 404 error…
I tried to make a rewrite rule but it gives me a 500 error :
RewriteRule ^newsletter-(.+)\?[.*]$ /newsletter-$1 [R=301,L]
I’m very bad at regexs… Do someone have a clue to resolve that ?Thanks.
Julien Marie
- The topic ‘Rewrite dynamic url to permalink’ is closed to new replies.