Hello, > I got following error message > forbidden. You don't have permission to access. install.php > I have stored all the files under /var/www/html only. The problem may be is that /var/www/html 's owner will be root . So it was forbidden to normal user . So change the ownership to you , so it can be accessed by you ,
chown -R username /var/www/html/ Run this as root user in terminal . I hope this would help you . Regards, Arun Prakash [email protected] _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
