Hello everyone,
I had someone code me up some cgi scripts. My goal now is to 'intergrate' them into a website. So I have a 'index.php' and I put in there
Now the cgi script displays perfect, but when hitting the submit button, its a 404. I kind of understand why this is happening, but not sure how to really fix it. I know nothing about this kind of stuff. I also tried include_once, but that didn't work either. No matter what I try I get a 404:
Not Found
The requested URL /apr.cgi was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Is there anyway for this script to display, once being submitted? Maybe some additional coding? Might not even be possible, don't know.
Any help would be appreciated.