Posted: Thu Jun 16, 2011 4:30 pm Post subject: easyphp
Hello,
I'm using easyphp which is php, apache and mySQL combined. I can get them separately but i don't like spending time on configuring all of them. The problem I am having is I can access my server locally but when trying to access it externally by typing the ip address of the computer, colon port number it just says page not found.
Things I tried:
- change port number
- just install apache on it's own and was able to access the server externally (means that firewall isn't blocking it and port number is okay to use)
- Attempted googling with no luck
My Believe what the problem is:
I believe that it has to do with some configuration but i have no idea how to configure it properly.
Any ideas?
Sponsor Sponsor
2goto1
Posted: Thu Jun 16, 2011 4:38 pm Post subject: RE:easyphp
Obvious thing - do you have your router configured to forward external requests on your port to your computer?
What local URL are you using and what URL are you using when trying to access it externally?
cool dude
Posted: Thu Jun 16, 2011 4:42 pm Post subject: Re: easyphp
Sorry if i wasn't clear in my post.
To access local server i type: localhost:(port number I chose)
To access it externally i type: ip address of server: (port number I chose)
I don't think the router/firewall should be a problem because downloading Apache on it's own and trying to access it externally works no problem. Then using Apache in easyphp doesn't work.
2goto1
Posted: Thu Jun 16, 2011 4:54 pm Post subject: RE:easyphp
Interesting, is the port the same when using with Apache on its own versus easyphp?
cool dude
Posted: Thu Jun 16, 2011 4:56 pm Post subject: Re: RE:easyphp
2goto1 @ Thu Jun 16, 2011 4:54 pm wrote:
Interesting, is the port the same when using with Apache on its own versus easyphp?
yup. I also tried changing it.
2goto1
Posted: Thu Jun 16, 2011 5:00 pm Post subject: RE:easyphp