On 18/07/13 12:17, ssdclickofdeath wrote:
> Where do the HTML pages go to be hosted on the server?

They go in /var/www.

If you want to you can change ownership of /var/www to yourself, rather
than root. Just do:

sudo chown ${USERNAME:-user} /var/www

in a terminal. I normally do this on my own machine.

Andrew.

Reply via email to