appthat
appthat

Reputation: 826

mamp pro virtual host will only work on port 8888

I have a series of vhosts that work fine on global settings of port 80 set in mamp pro. One new vhost I created will not work though on this port. I type in my vhost in thew browser or even use the link provded and it appends a :8888 onto the link and says can't establish connection to server.

When I change that vhost port # to 8888 then it works.

The problem is the :8888 remains and is screwing up my url routing for navigating the site especially with a standard wordpress build, I cant get into my admin section bc wordpress donest understand the :8888.

Any ideas how to fix this issue with mamp pro?

Upvotes: 0

Views: 910

Answers (1)

Jinesh John
Jinesh John

Reputation: 174

First you need to change port to 80 
Server->general Apache value to 80 then create vhost 
in Host ->add new 
Server name
ip/port you can add as * 
then disk location 
that it done !

Upvotes: 3

Related Questions