Recently, ive had some very annoying caching issues with my website where, the first visit of the website worked just fine, but as soon as you tried to swap pages, click any internal link, or even just refresh the page, the site would not load anymore and just display a white screen until the users cache is cleared, then it starts over again. We fixed this by temporarily renaming the plugin folder to plugins000 to disable all plugins which fixed this issue, however, together with that previous issue popped up another issue, being unable to login. Every time one tries to login using “https://d6b.dev/wp-login.php”, it would display the error “403 Forbidden: Access to this resource on the Server is denied!”. As you can probably imagine, this is quite annoying when trying to figure out which plugin caused the previously named issue and generally trying to moderate the website. At least the core website and posts still work without plugins and are useable for now. Ive tried to view the error log but dont know which is the right one since the cpanel error section doesnt display anything and none of the ones i found in file manager display recent errors (the most recent errors i found were from september). I found them in public_html/error_log, public_html/wp-admin/error_log and public_html/myprojects/wp-admin/error_log .
Help would be much appreciated
– d6b