TheRamblingTy Posted 20 hours ago Posted 20 hours ago Hello, I am running into 403 errors on my domain. I am working to create a family history website and am using TNG software. I tried opening the readme.html file in my browser, that accompanies that software, and ran into 403 or Forbidden error codes. When I ran into 403 errors, I got some help looking over the files from the developer and they helped me fix the permissions settings on the file itself. After they tested it, they still ran into the 403 issue and believe I might have a hosting setting that needs to be fixed or could be something else. I would appreciate any assistance. Quote
KazVee Posted 19 hours ago Posted 19 hours ago I'm not familar with that software, but there should be more details inside your account error logs that may shed more light on what's gone wrong. Please check our guide here on how to view the error logs on your account: https://wiki.helionet.org/View_Error_Logs If there's something in the logs you're not sure of, please post the logs here as it will help troubleshoot the issue a little more. Quote
TheRamblingTy Posted 41 minutes ago Author Posted 41 minutes ago 18 hours ago, KazVee said: I'm not familar with that software, but there should be more details inside your account error logs that may shed more light on what's gone wrong. Please check our guide here on how to view the error logs on your account: https://wiki.helionet.org/View_Error_Logs If there's something in the logs you're not sure of, please post the logs here as it will help troubleshoot the issue a little more. Thank you for the info! That is helpful! I checked my logs - apparently it is an issue with Apache configuration? "AH01630: client denied by server configuration - "A common error when accessing localhost via a browser. See possible causes and solutions, such as updating Apache 2.4 configuration, checking access rules, and fixing DocumentRoot path." I am going to try and use a walk-through of how to troubleshoot that error. If I get stuck, I'll post where I am still confused. I'll update, for sure, if I am able to fix the problem. Quote
TheRamblingTy Posted 10 minutes ago Author Posted 10 minutes ago UPDATE: I used the following two links to gain an understanding of what was causing the error: https://linux.101hacks.com/unix/client-denied-by-server-configuration/ https://httpd.apache.org/docs/current/howto/htaccess.htm I had to correct my .htaccess file, as the line of code was causing the error code. It had to be changed to Require all denied. After I did that, the error code went away. Woohoo! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.