clydewinux
clydewinux

Reputation: 515

WAMP doesn't update html file after editing

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

Answers (2)

clydewinux
clydewinux

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

Oliver Atkinson
Oliver Atkinson

Reputation: 8029

  1. Check that the index.htm is in the correct (WAMP) directory (usually c:\wamp\www)
  2. Check WAMP is running

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

Related Questions