Can't find calendar.pl in browser (404 ERROR)
URL=
http://www.MY WEB SITE.com/cgi-bin/calendar.pl
Here's where my files reside on my server:
Perl.exe
c:\Perl\bin\perl.exe
calendar.pl
d:\HTTP\MY WEB SITE\cgi-bin\calendar.pl
Here's the paths I set in the .pl files:
#!/usr/perl/bin
$BASE_DIR = "/HTTP/MY WEB SITE/cgi-bin/calendarscript/";
Do I have this correct??
_____________________________________________________
I'm using ActivePerl and IIS 6 and set it up in my home directory.
I did set permissions on all the files.
I know the URL's correct because I stuck a .htm file in there and it finds that.
Please help if you can...