Forbidden
You don't have permission to access / on this server.
Apache/2.2.15 (CentOS) Server at 1.208.52.12 Port 80
for changing file permission in CENT OS
go to ur project directory ... like /opt/prashant/project_directory/
write command :
chmod -R 755 /app_name
755 in linux number notation for file permission
Prashant Gaur