The permissions on my root html directory is denying access to any browser and even apache for any subdirectories and all files in those subdirectories. so apache can't even include any php files. if I do a chmod 755 on a file, it works fine for that particular file.
My question is it safe or good practice to do a chmod -R 755 (or 777 or whatever) on this root html directory (Sites)? or is there a better way (like editing something in my httpd.conf or something like that)?
My question is it safe or good practice to do a chmod -R 755 (or 777 or whatever) on this root html directory (Sites)? or is there a better way (like editing something in my httpd.conf or something like that)?
