[wp-hackers] $_GET problems
Jeremy Visser
jeremy at visser.name
Tue Apr 28 13:14:03 GMT 2009
On Tue, 2009-04-28 at 12:53 +0100, Rich Pedley wrote:
> http://edemo.quirm.net/checkout/
> has a form that is being sent to:
> http://edemo.quirm.net/checkout/?eshopaction=redirect
Well you've said the URL is /checkout/, but it seems to
be /shopping-cart/checkout/. Have you moved stuff around, and now
WordPress is doing 301 redirects to move you to the new URL, and it's
dropping the ? stuff on the end?
In the page at http://edemo.quirm.net/shopping-cart/checkout/ there is a
form:
<form action="/shopping-cart/checkout/" method="post" class="eshop eshopform">
There is no ?eshopaction=redirect being listed in the action=""
attribute at all. Is it meant to be there?
More information about the wp-hackers
mailing list