Reputation: 515
i have another question. I am using WAMP as my local server. I have this file index.htm. The problem now is when I try to edit this file and reload localhost in the browser nothing' changed. But when i double click the html file to open it without WAMP server it diplays the edited one. I don't know why..
Upvotes: 0
Views: 5923
Reputation: 515
it's working now. I only have to put all files inside WWW folder and not inside another folder. Thanks everybody for the help..
Upvotes: 2
Reputation: 8029
Personally i use XAMPP for mac (they have a windows version too) and place your Websites in /Applications/XAMPP/htdocs/ and access them via (http://localhost/) or you put your Websites in the Sites-Folder in your Home and access them via (http://localhost/~username/).
Obviously if you use windows the paths will be different, but XAMPP will provide you with a help screen on first boot.
Upvotes: 0