Hi
I developed a site in C:/Program Files (x86)/EasyPHP-5.3.3/www/
When it was finished I put it on line and removed all the files from that directory - so now when I look in C:/Program Files (x86)/EasyPHP-5.3.3/www/ it's empty
but - when I do WEB LOCAL from the EASYPHP taskbar icon ( [
127.0.0.1] ) the original site still shows up !
when I look in [
127.0.0.1] I've got
DocumentRoot "C:/Program Files (x86)/EasyPHP-5.3.3/"
<Directory "C:/Program Files (x86)/EasyPHP-5.3.3/">
but when I open C:/Program Files (x86)/EasyPHP-5.3.3/apache/conf/http.conf I've got
DocumentRoot "C:/Program Files (x86)/EasyPHP-5.3.3/www"
<Directory "C:/Program Files (x86)/EasyPHP-5.3.3/www">
I have restarted the server several times
what am I doing wrong ???
thanks