Hi,

> sudo mkdir /var/www/my_site/
>
> then change owership of my_site.
>
> sudo chown $USER:$USER /var/www/my_site/
>
> now store your files in /var/www/my_site/ and access them using
> http://localhost/my_site/

That or just enable the public_html access in your apache2 config
file. http://httpd.apache.org/docs/2.2/howto/public_html.html explains
it. I am not sure if ubuntu ships with mod_userdir though.

Abishek
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to