Server: IIS 5.1 (XPpro)
SSI extensions: .shtm, .shtml, .html
Perl Installed
PHP Installed
I seem to be running into an issue with my Index.html. I can make a call to save a value through a download counter script written in PERL. (Highlighted in Red) It correctly saves the needed information everytime a download link is clicked.
However,
When I make a call to this value to retrieve it, I get HTTP 404 Not Found in place of the value Im expecting to be displayed. (Highlighted in Blue)
Index.htmlOriginally Posted by Pre-answers to some questions
Code:<html> <body bgcolor="black" link="Blue" vlink="Blue" alink="White"> <font color="Cyan"> <center> <p> <img src="<censored>/images/banner.jpg"> <font color="Red"><h3>~-PAFR-~</br>Unofficial <censored> Community Mirror!</br></br></h3></font> <font color="LimeGreen" size="1">Hope you Enjoy!</br>Best Regards,</br><censored></br></br></br></font> <hr width="75%"></br> <a href="/cgi-bin/unicounter/unicounter.pl?name=D3DStartKit&trackip=10&deliver=<censored>/files/D3D_Starterkit_v3.0b.zip">D3D Starter Kit v3.0 b</a></br> <font size="1">ORIGINAL UNTOUCHED - 68 KB - Downloaded: <!--#include virtual="/cgi-bin/unicounter/unicounter.pl?name=D3DStartKit&write=ssi&inc=0&trackip=0" --> </br> Credits to <censored> and the <censored> Community</br></br><a href="virus.scan.address" border="1"></br>VirusTotal Results</a></br></br></font> <hr width="75%"></br> </p> </center> </font> </body> </html>
Can you get any SSI to work? Try something simple for now, just a text file in the webroot and see if your SSi tag can fetch that and print it properly. I doubt the problem has anything to do with perl though, its probably a IIS issue.
Is the #include directive being displayed when you visit that page with a browser? If so then SSI is definitely not enabled or configured for .html extensions.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks