| View previous topic :: View next topic |
| Author |
Message |
gabriel_r
Joined: 17 Jan 2009 Posts: 2
|
Posted: Thu Jan 22, 2009 11:57 am Post subject: Not to display the status page |
|
|
Hi,
Is there any way not to display the status page? I do not need people to know since when my source is connected and such. I would rather redirect them to my website.
Is this possible?
Gabriel |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Jan 22, 2009 2:31 pm Post subject: |
|
|
nothing is stopping you from removing the webroot pages, you could add your own which causes the browser to redirect to your web site.
karl. |
|
| Back to top |
|
 |
liteFun
Joined: 13 Jan 2006 Posts: 79
|
Posted: Sun Jan 25, 2009 3:35 pm Post subject: |
|
|
<alias source="/" dest="/redir.html"/>
And in redir.html:
<meta http-equiv="refresh" content="2;url=http://www.site.com"> |
|
| Back to top |
|
 |
twittrblog
Joined: 04 Feb 2009 Posts: 1
|
Posted: Wed Feb 04, 2009 3:28 pm Post subject: i guess this is similar to my problem |
|
|
| Well.. I can get the mount points.. and they work fine on my webserver (independantly hosted on a go daddy site. ( here: http://www.twittrblog.com ) and my icecast is installed on a winxp sp3 box running sam2 sam works fine and icecast works fine... but when i try to parse the xml from my webhost... it says it cannot parse... (script is not currently running... but is there something I have to do to get it to run? is it in my webhost php.ini? is it something on my home pc (icecast server) or what.. a little guidence is all i need... I see a lot of nice "now playing xml's out there and would like to utilize that |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Feb 04, 2009 4:30 pm Post subject: |
|
|
not that similar. The original poster was wanting to prevent the status xsl translation for browsers but you appear to be having a problem with parsing, but with what we don't know.
karl. |
|
| Back to top |
|
 |
DJ-Zath

Joined: 11 Feb 2009 Posts: 155 Location: Western Illinois - USA
|
Posted: Sat Feb 14, 2009 10:40 am Post subject: |
|
|
make sure the web directory and admin directory are set to proper perms (this assumes that you are running linux/unix) and that the xsl files are present in them and properly perm'ed.. XML files will NOT generate without said xsl files in proper places
also chech the <paths> directive in icecast.xml and make SURE they are all correct.
happy streaming!
-DjZ- |
|
| Back to top |
|
 |
|