cPanel user name : annabult
subdomain/domain : annabultiaux
hosting package : free web hosting
my cgi-bin script doesn't work : 404 error ...
I wrote a simple cgi script.
Questions :
- where do I have to put my script ?
cgi-bin or scgi-bin ?
- what are the extension of the script ?
cgi or pl ?
- my script is as simple as :
print <<END_of_Multiline_Text;
Content-type: text/html
<HTML>
<HEAD>
<TITLE>Hello World</TITLE>
</HEAD>
<BODY>
<H1>Greetings</H1>
</BODY>
</HTML>
END_of_Multiline_Text
Is it enought ?
Best regards
Anna
subdomain/domain : annabultiaux
hosting package : free web hosting
my cgi-bin script doesn't work : 404 error ...
I wrote a simple cgi script.
Questions :
- where do I have to put my script ?
cgi-bin or scgi-bin ?
- what are the extension of the script ?
cgi or pl ?
- my script is as simple as :
print <<END_of_Multiline_Text;
Content-type: text/html
<HTML>
<HEAD>
<TITLE>Hello World</TITLE>
</HEAD>
<BODY>
<H1>Greetings</H1>
</BODY>
</HTML>
END_of_Multiline_Text
Is it enought ?
Best regards
Anna
Last edited: