[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] [RaQ3i]Fixing warnings in htpd log opps made a mistake
- Subject: [cobalt-users] [RaQ3i]Fixing warnings in htpd log opps made a mistake
- From: "David Hall" <dhall@xxxxxxxxxxxxxx>
- Date: Thu Apr 20 17:17:37 2000
Sorry I made a mistake in my last posting
I missed a forward slash "/" in the URL
here is the correct response
When you call your cgi program from your HTML file use this:
http://www.yourdomain.com/cgiwrapDir/cgiwrap/mmstdod.cgi
or this
/cgiwrapDir/cgiwrap/mmstdod.cgi
it will elminate the error messages.
DH