Page 1 of 1

Change of localhost:8888 to localhost[SOLVED]

Posted: Mon Jan 01, 2007 9:11 am
by matthijs
I have a working MAMP installation on my mac, with a few virtualhosts. With a default install you have to approach the webserver with http://localhost:8888/ However, I wanted to change that to http://localhost/. So getting rid of the 8888. Now, changing that is easy with MAMP's control panel. After changing it and restarting Apache I can approach localhost/ and get the correct webpage. However, all links coded as <a href="/somedir/">somelink</a> still point to localhost:888/somedir/. I tried finding some setting in my httpd.conf but couldn't find anything. Has anyone a clue were I should look? Thanks.[edit:] I found the solution. I had a base tag pointed to :8888 somewere ... sorry