Page 1 of 1
SOLVED: Formbuilder stops working after CMSMS upgrade
Posted: Sun Nov 22, 2009 6:14 pm
by phreerider
Hey guys,
The formbuilder (0.5.12) stops working after I upgraded my CMSMS from 1.5.2 to 1.6.6. The CMSMailer works fine.
http://www.tordiaimages.com/contact/
http://www.tordiaimages.com/order/
Any idea why is it happening?
Thanks!
Colin
Re: Formbuilder stops working after CMSMS upgrade
Posted: Sun Nov 22, 2009 7:06 pm
by Rolf
Hi phreerider,
You probably need to change this in your .htaccess file:
Code: Select all
# 301 Redirect all requests that don't contain a dot or trailing slash to
# include a trailing slash
# except for form POSTS
RewriteCond %{REQUEST_URI} !/$
RewriteCond %{REQUEST_URI} !\.
RewriteCond %{REQUEST_METHOD} !POST$
RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]
Regards, Rolf
Re: Formbuilder stops working after CMSMS upgrade
Posted: Sun Nov 22, 2009 8:01 pm
by phreerider
Hi Rolf,
Thanks for replying, I'm not sure what to change to what? Can you be a little more elaborate?
Thanks.
Re: Formbuilder stops working after CMSMS upgrade
Posted: Sun Nov 22, 2009 8:14 pm
by phreerider
Nevermind, it's working now. Thanks!
Re: SOLVED: Formbuilder stops working after CMSMS upgrade
Posted: Mon Nov 23, 2009 12:30 am
by Nullig
How did you fix it?
Nullig
Re: SOLVED: Formbuilder stops working after CMSMS upgrade
Posted: Mon Nov 23, 2009 7:40 am
by phreerider
Just uploaded .htaccess (htaccess.txt in the doc folder) that comes with the package into the root directory.