| View previous topic :: View next topic |
| Author |
Message |
Keith Guest
|
Posted: Wed Nov 02, 2005 5:12 am Post subject: What happened to automatic display of status.xsl in 2.3.0? |
|
|
Hi I just installed 2.3.0 and now I get "The file you requested could not be found" again (like in 2.0) when i hit http://localhost:8000/
With 2.2.0 It was showing status.xsl by default.
Thanks. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Nov 02, 2005 12:33 pm Post subject: |
|
|
To map / to /status.xsl you need an alias, maybe it's missing in the xml you're running with.
karl. |
|
| Back to top |
|
 |
Keith Guest
|
Posted: Thu Nov 03, 2005 5:45 am Post subject: |
|
|
Sure enough, I installed 2.2.0 into a fresh directory, but then I upgraded 2.0 to 2.3 later. Maybe there's something left over from 2.0 thats not letting the status.xsl be the default.
Where would the alias be defined?
Cheers Karl. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Nov 03, 2005 10:51 am Post subject: |
|
|
in the icecast xml file with the <alias .....> tags. From the provided example xml files
<alias source="/" dest="/status.xsl"/>
karl. |
|
| Back to top |
|
 |
|