• 0

serious help on wamp/xampp


Question

I was trying for both, but can't get into apache server

I even changed the port 80 to 81 and port 442 to 443/4.

So When I type the localhost, it fails

I was searching, then I noticed how it deals with IIS. So I tried installing it, but it failed. I even checked the Windows Process Activation Service BOX, but I was not able to install.

I'm trying to use php/mysql from my home

Any help please

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Are you sure that your isp allows to host websites trough port80?

Link to comment
Share on other sites

  • 0

Are you sure that your isp allows to host websites trough port80?

Errr, what? Localhost will work reguardless of your ISP blocking ports or not.

Open cmd and do netstat -a and also check task manager, is apache running? Do you have a firewall?

Link to comment
Share on other sites

  • 0

Run xampp control center as admin, then start apache from the control center and see if it actually starts.

Also, try using http://127.0.0.1 as your address instead of localhost if this isn't a clean or well protected install. It's possible for malware or other (possibly legit) programs to have modified your .hosts file to point localhost at another ip address.

Admittedly the latter is far-fetched, but always good to check the simple things :)

  • Like 1
Link to comment
Share on other sites

  • 0

Run xampp control center as admin, then start apache from the control center and see if it actually starts.

Also, try using http://127.0.0.1 as your address instead of localhost if this isn't a clean or well protected install. It's possible for malware or other (possibly legit) programs to have modified your .hosts file to point localhost at another ip address.

Admittedly the latter is far-fetched, but always good to check the simple things :)

I agree with the above post, and also check for applications that may be making use of the same port mappings, on my machine the usual suspect is Skype. If you do have it, just change the connection settings under advanced.

Link to comment
Share on other sites

  • 0

If you use localhost don't use port 80, that will never work since quite a few applications use it already, skype as example.

try port 8888 or 8887 example: http://localhost:8888

If you don't want too much hassle install easyphp, way easier to setup lol

Errr, what? Localhost will work reguardless of your ISP blocking ports or not.

Oops my bad >.>

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.