Hi Karam, > Forbidden > > You don't have permission to access / on this server. > > Additionally, a 403 Forbidden error was encountered while trying to use an > ErrorDocument to handle the request. > ------------------------------ > Apache/2.2.22 (Ubuntu) Server at 127.0.1.1 Port 8080 > this indicates that you have permissions problem for apache. As you did a dev install, it uses a home dir, so check that that folder have proper permisions.
I suspect thar you user admits only access to himself in his home (ls -l /home/$USER), if that's the case do a chmod 755 /home/$USER Regards, Bernardo _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

