I've just completed a Couch CMS website and published it. I've turned pretty URLs on and added the generated .htaccess file and everything still works fine except my form which now gives a 404 error. I removed the .htaccess file but still get the error so it seems to be caused by pretty URLs turned on.
Here is the opening tag of the form:
So I think Pretty URLs must be blocking the "check.php" page. Is there a way to add an exception for this page perhaps?
Thanks for any help.
Here is the opening tag of the form:
- Code: Select all
<form id='postform' method="post" action="check.php" enctype='multipart/form-data'>
So I think Pretty URLs must be blocking the "check.php" page. Is there a way to add an exception for this page perhaps?
Thanks for any help.