Hi there,
I’ve recently installed apache- and it works- I’m trying to switch directories, so currently the index of my website (paciber.shidler.hawaii.edu) but its local directory is in the apache folder [C:\Program Files\Apache Software Foundation\Apache2.2\htdocs]. However, I went to the apache config file (httpd.conf)
DocumentRoot "C:/Inetpub/wwwroot/PACIBER"
<Directory "C:/Inetpub/wwwroot/PACIBER">
and I changed i to [C:\Inetpub\wwwroot\PACIBER] however, when I go to my site its still goes to the old apache directory- am I missing something?