403 error: Not able to access the blog posts

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • wisly.k
    Member
    • May 2022
    • 96

    403 error: Not able to access the blog posts

    Hey everyone,

    The blog posts on my website show 403 Forbidden Error

    From Tools and Settings, I have exercised all the repair options, but nothing worked out.

    Someone, please help me with this one!
  • Ryaan J.
    Senior Member
    • Apr 2022
    • 100

    #2
    AccuWeb.Cloud
    Hello Wisly,

    Your web server has a permission issue to access a particular file.
    I suggest one command that you can perform.

    find /var/www/vhosts/test.com/httpdocs/ -type d -exec chmod 755 {} \;

    And please ensure that the directory's path is as per your website's.

    Comment

    Working...
    X