Using Custom Mailmain Pages with Wordpress
Posted by: GrantBarrett
Posted on: 2007-11-29 16:27:00
I want to use custom pages with Mailman, but it's not working as expected. The Mailman script adds data to the URL which WordPress interprets with an "Ooops!" page not found error.
So instead of http://www.waywordradio.org/thanks/
I get
http://www.waywordradio.org/thanks/?address=asas@dtww.org&name=sds Star&code=3
So, is there a way to make this not happen, either by having the script not return parameters with the URL or by making WordPress accept them as valid?