Jump to content

Cgi Running Before Domain Gets Transferred?


leiavoia

Recommended Posts

I'm setting up my site before i transfer the domain name over from my current host and i want to make sure everything works the way it is supposed to . I cannot however, get any CGI scripts working. Permission are set to 755 on all scripts and the path to perl is correct. Does CGI and perl not work on sites that do not have the domain name transferred yet?

 

test script: (should print "It Works!")

 

http://66.246.35.30/~leiavoia/cgi-bin/test.cgi

 

script -------------------

#!/usr/bin/perl

 

print "Content-Type: text/html\n\n";

print "It Works!";

 

exit;

--------------------------

 

Any thoughts?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...