CGI query...

Soldato
Joined
2 Oct 2004
Posts
4,362
Location
N.W London
Hi,

I am testing a new CGI script for my website...

I followed the instructions on the script which advised me to :

a) create a folder on remote server
b) place "mail.cgi" file inside that folder
c) access the mail.cgi file by visiting the URL stated in the config file..

This is precisely what Ive done but when I go to view the mail.cgi file from my web browser, i cannot view it...it gives me a 404 error..

what am i doing wrong?

please please please help

thanks in advance..
 
xirokx said:
Hi,

I am testing a new CGI script for my website...

I followed the instructions on the script which advised me to :

a) create a folder on remote server
b) place "mail.cgi" file inside that folder
c) access the mail.cgi file by visiting the URL stated in the config file..

This is precisely what Ive done but when I go to view the mail.cgi file from my web browser, i cannot view it...it gives me a 404 error..

what am i doing wrong?

please please please help

thanks in advance..

Stick it in your cgi-bin folder instead, CHMOD it 755 and go to http://www.yoursite.com/cgi-bin/mail.cgi

It might work, you never know!
 
Back
Top Bottom