View Single Post
 
Old Jul 22, 2003, 08:16 AM
Liquibyte Liquibyte is offline
New Member
 
Member Since: Jul 2003
Posts: 4
<blockquote><font size=1>In reply to:</font><hr>

# Path to your Web site's main HTML directory (where the oj subdirectory is;
# no trailing slash). This is also known to some people as their FTP directory.

$mydir = "/home/nznownet/clients/nznownetsites/cah/cahsupportforum/cgibin/oj/";

# Complete path to your cgi-bin directory (no trailing slash). This is similar
# to what you put above, except it's to your site's program or cgi-bin directory.

$progdir = "/home/nznownet/clients/nznownetsites/cah/cahsupportforum/cgibin/oj.pl/

<hr></blockquote>

Read this more carefully, you have included a trailing slash where you should not have.