PDA

View Full Version : Localhost apache replacement




R.R.Mac
May 2, 2008, 08:59 AM
i have my own website and i want to upload it on localhost before i make it public. but i cannot find a way to do this. i cannot find the files to replace in either of the Library's and can you help?



wrldwzrd89
May 2, 2008, 09:31 AM
i have my own website and i want to upload it on localhost before i make it public. but i cannot find a way to do this. i cannot find the files to replace in either of the Library's and can you help?
The "computer" website is, by default, located at /Library/WebServer/Documents. "User" websites are stored in /Users/username/Sites, and are accessed with the ~ syntax, as in http://localhost/~username/

R.R.Mac
May 2, 2008, 01:48 PM
thanks