View Single Post
 
Old Dec 19, 2001, 03:44 PM
Gacked Gacked is offline
New Member
 
Member Since: Dec 2001
Posts: 1
Are you remembering to modify your template directory entry in podvars.pm to allow for the different ways NT and Unix handle directory structures? For every backslash in your physical NT directory, add another backslash like this...

$pod_templatedir = "c:\\inetpub\\cgi-bin\\pod";

This worked for me.

Howard.