I finished configuring my site in wordpress but at the moment when I try to access the website it returns error 403 forbidden. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
I had taken care to install wordpress within a sub folder.
public_html — wordpress
And I end up with two .htaccess files. One inside public_html and the other inside the wordpress folder along with all the other site files.
I’ve already changed permissions to folders and files, tried regenerating .htaccess files, temporarily disabled plugins, but unfortunately I can’t find any solution to the problem.
I guess it will be caused by this sub folder but I don’t know how to solve it. Can you guys give me some advice? Thanks