Skip to main content
July 29, 2010
Answered

how to remove the front page ?

  • July 29, 2010
  • 1 reply
  • 598 views

Hi all

I installed FMS on an standalone Win 2003 server to act only as a service , now when I open the URL ( IP address actually ) of the server it show an introduction page of FMS with a video ( RTMP and HTTP streaming examples ) , so how can I change that , to open to custom page or redirect ... ect ?

Thanks

    This topic has been closed for replies.
    Correct answer SE_0208

    I'll try to get more details on this but as of now i would give you some pointers, basically go to your <installedDirectory>/webroot -> there you would see index.html. Take back up of that or just rename it to something like index_1.html and place your own custom .html page with its name as index.html. Now clear the cache of your browser, restart the server and open fresh instance of browser - it should display your custom file.

    Its just playing around your Apache settings i feel - but will try to get more info on to do it more gracefully and methodically

    1 reply

    SE_0208Correct answer
    Participating Frequently
    July 29, 2010

    I'll try to get more details on this but as of now i would give you some pointers, basically go to your <installedDirectory>/webroot -> there you would see index.html. Take back up of that or just rename it to something like index_1.html and place your own custom .html page with its name as index.html. Now clear the cache of your browser, restart the server and open fresh instance of browser - it should display your custom file.

    Its just playing around your Apache settings i feel - but will try to get more info on to do it more gracefully and methodically

    July 29, 2010

    thank you very much , that was it , I didn't thought about Apache