[Ilugc] hi sir am kiran

  • From: goda.abishek@xxxxxxxxx (Abishek Goda)
  • Date: Fri Jan 1 16:42:05 2010

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

Other related posts: