I had to change the .cgi to .pl to get it to run
I've added the Everyone Group to have modify rights on all folders and
subfolders
I've modified the
plans_config.pl to have:
# $theme_url = "
http://www.yoursite.com/theme_directory"; # note
there is no end slash!
$theme_url = "
http://netsell.com/calemdar/theme";
and
#$options{default_theme_path} = "theme"; # IMPORTANT -- this is
not an URL. It's a filesystem path.
$options{default_theme_path} = "c:/netsell websites/netsell/htdocs/
calendar/theme";
But I still don't get a proper rendition of the code:
http://netsell.com/calendar/plans.pl
PS - I've had it running fine on Server 2003 with IIS6
Thanks!