Need help adding XSL to the script map

petter7252

Member
Joined
Feb 19, 2008
Messages
26
I have been googlin but i cant find an answer.

Anyone here knows?


Becaus when i go to the site folder(http://localhost/stats) it just shows the files inside.
i need it to host the statistic page, its a .XSL file. it also got a .css file with the same name as the .XSL file.
 
I had a brain cramp. There is no way that I know of to open xls files via a web page. You have to have Microsoft Excel or some compatible viewer installed on the end users computer. If a user has Excel or Excel Viewer when they click a link to the xls file Excel will start on their computer so they can view the file. As far as I know there isn't any way to have it open on the server. I do know that there is an option in Excel to publish as webpage. Maybe that would be a better option.
 
Ok.

by the way, how can i make the index.html the default page to go to when i go to "mysite.com"

Its in c:/wwwroot/stats

Can i make like an .php in the wwwroot and direct it to .stats/index.html? without it showing like "mysite.com/stats"?
 
This is what happens:




That url in the second picture is the same server

i want the second page to be the first page, do i gotta have it in the root folder ?

I tried to turn the script blocker to that site off, but the only thing that change was that i could collapse the "tree".

Sorry for the big screen shots
 
Last edited by a moderator:
got it :D
i changed the html, it redicted to
Code:
http://naer.no-ip.biz/stats/server_stats.xsl
i change it to
Code:
server_stats.xsl
then it worked.
 
Back
Top