I have this error on website.
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
I have changed permissions to 777 and 755 but no luck. After checking error log I found this error descriptor: /home/irffanco/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
Seems like an issue with .htaccess file which doesn't exist in public_html folder. I created a new .htaccess file and changed permissions but the file size of .htaccess remains 0KB.
Please tell me what should I do.
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
I have changed permissions to 777 and 755 but no luck. After checking error log I found this error descriptor: /home/irffanco/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
Seems like an issue with .htaccess file which doesn't exist in public_html folder. I created a new .htaccess file and changed permissions but the file size of .htaccess remains 0KB.
Please tell me what should I do.