I found out that disabling mod_rewrite helps in my case.
of course .htaccess is correctly set following CMSMS guidelines.
So it must be something related to PHP 5.3 or server settings...
If you need pretty urls, try overwriting the
in your templates with your custom form start tag where action is always "/"...like this:
Code: Select all
<form id="######moduleform_2" method="post" action="/">
This worked for me...
Hope it helps
