[TYPO3-english] Multidomain, cooluri and formhandler
    Alexander Dorn 
    debao84 at googlemail.com
       
    Wed Apr  6 15:20:19 CEST 2011
    
    
  
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
    
    
More information about the TYPO3-english
mailing list