We need to change File permission for web server to default for web server securitywe can adjust all web page files by changing directory to web server default directory and issuing following command as root.
find . -type f -exec chmod 644 {} ; find . -type d -exec chmod 755 {} ;