MAMP not opening the correct file
Posted
by
Praveen
on Server Fault
See other posts from Server Fault
or by Praveen
Published on 2011-09-27T23:14:08Z
Indexed on
2011/11/22
10:00 UTC
Read the original article
Hit count: 275
I am a first time web app developer trying to develop a web application. I downloaded MAMP and have a simple index.html file in the htdocs folder. The apache root directory is also set to htdocs folder.
But for some reason it would not execute index.html when i type localhost:8888. I used to have a different folder in htdocs and now the link is always directed to localhost:8888/folder instead of localhost:8888/index.html. How can i direct the MAMP to open index.html and not that folder?
© Server Fault or respective owner