Friday 9 November 2012

Apache/2.2.15 (CentOS) Server forbidden error . not permission to access FOLDER


Forbidden

You don't have permission to access / on this server.

Apache/2.2.15 (CentOS) Server at 1.208.52.12 Port 80
CENT OS 

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