Hi everyone,

I got the following issue on a multidomain site (atm 2 sites) using the 
formhandler extension.

There is a contact form on each site. On the first site everything works fine. 
When the form is submitted the user is redirected to the validation page and 
the mail is sent to the recipient.

On the second site every request looks like this

GET     domain.tld/kontakt      302 Moved Temporarily
GET     domain.tld/kontakt      200 OK.

or

GET     domain.tld/portfolio    302 Moved Temporarily
GET     domain.tld/portfolio    200 OK.

When the form is submitted on this page, following request are sent:

POST    domain.tld/kontakt      302 Moved Temporarily
GET     domain.tld/kontakt      200 OK.

The post request won't be processed and the user sees the empty form.

How can I get rid of the 302 redirect? Is this the internal Typo3 processing 
for multidomain sites?

Any ideas? 
Thanks Alex


_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to