Skip to main content
Participating Frequently
June 17, 2010
Question

Flash Media Server and wamp, using same localhost, wamp can't use now...

  • June 17, 2010
  • 2 replies
  • 3119 views

I use wamp as my localhost before I install Flash Media Server. After I install FMS, the localhost will link to FMS. I don't know where to find my wamp, and wamp don't work!

usually i click sqlitemanager in the wamp tool bar, the database webpage will come out, but now got error:

The requested URL /sqlitemanager/ was not found on this server.


Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8h Server  at localhost Port 80

How to fix this problem? Is i cant use FMS and wamp togerther? I'm really new for it, please tell me step by step if you got solution

Im using Win 7, wamp5, FMS 3.5

I had tried some ways like adding phpinfo.php into localhost (webroot), but the outcome is just a page:

<?php
phpinfo();
?>

it means php really not working...

Thank you for your help
    This topic has been closed for replies.

    2 replies

    e2_jwAuthor
    Participating Frequently
    June 17, 2010

    Sorry, is I cant save the change, C:\Program Files\Adobe\Flash Media Server 3.5\conf.

    ini, when i save is, 'Access is denied.'

    calmchessplayer
    Inspiring
    June 17, 2010

    what version of windows are you running?.......try shutting down fms service before making changes.......I know in windows 7 you have to right click choose properties of the folder fms.ini resides in and adjust the security settings.

    e2_jwAuthor
    Participating Frequently
    June 20, 2010

    The wamp is working now, but the Flash Media Server, does not work already...

    calmchessplayer
    Inspiring
    June 17, 2010

    well whats probably going on is FMS and wamp are both fighting over port 80 so disable port 80 by going into fms.ini and removing port 80 from  ADAPTOR.HOSTPORT = :1935,80

    e2_jwAuthor
    Participating Frequently
    June 17, 2010

    still same...

    ADAPTOR.HOSTPORT = :1935,80 change to

    ADAPTOR.HOSTPORT = :1935

    right?

    php still dont work