[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Unable to run cgi script
- Subject: RE: [cobalt-users] Unable to run cgi script
- From: "Dan" <dan@xxxxxxxxxxxxx>
- Date: Mon Apr 3 08:57:51 2000
>
> I have come along way toward completing my challenge, but my
> script will not
> run
>
> If I execute a post to it using either the IP address plus path to the
> script, or use the site domain name plus the path to the script
>
> e.g.
>
> 777.222.222.1/cgi-bin/script.cgi
>
> I get the following error.
>
> The document has moved
>
> HREF="http://domainname/cgi-bin/script.cgi"
>
> I have looked at the knowledge base and the recent posts on the list,
> nothing seems to help.
>
> Any ideas greatly appreciated.
>
Without seeing the script, it's hard to say. I had to put a .htaccess file
in one site's directory to get a script to run, which was a logging script,
to not get that "document has moved" error. Make sure that anywhere in the
script that asks for the site's domain name, you put www.domain.com and not
just domain.com.
--
Dan Kriwitsky