I have a form.cgi that I'm using on one of my pages, the form has required fields so I would like to use the same form an disable the required fields. So what I did was to save the same form with another name and modified the code so that no fields are required, now the problem is that when I renamed the file the script doesn't work it gives me an error 404 file not found. The script is in the same directory (cgi-bin), the path to the file is the same except the name of the script of course.
I tried just renaming the file to see if there was something that I changed by mistake in the code and still doesn't work.
Please help!
Thank you,
I'm new in this forum, thi is great...