[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] [RaQ3i]Fixing warnings in htpd log opps made a mistake



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