[Ilugc] how can i save php files in ubuntu

  • From: ஆமாச்ச (ஆமாச்ச)
  • Date: Mon Jan 11 08:41:36 2010

On Sun, 2010-01-10 at 19:49 -0500, kiran kumar wrote:

i tried to save php files in var/www/

If it is fedora,

su -c "chown -R apache:apache /var/www/html"

on debian derivatives,

sudo chown -R www-data:www-data /var/www/

add user to that group.

--

Sri Ramadoss M



Other related posts: