You don't have permission to access this resource.Server unable to read htaccess file, denying access to be safe
set
find . -type d -exec chmod 755 {} \; # Change directory permissions rwxr-xr-x
find . -type f -exec chmod 644 {} \; # Change file permissions rw-r--r--
Comments
Post a Comment