I am using WordPress 4.6.1 .
Everything was working fine then suddenly I started getting a error message " 403 Access Denied " when I tried to access new post using link of post.
I tried different method to check what is causing the error but not able to find.
No error is coming in old, Only getting error in new post that I am posting from last one week.
Here is my Error Log which I found on my web hosting site-
Thu, 20 Oct 2016 15:45:22 -0500 AH01797: client denied by server configuration: /home/vol1_4/byethost5.com/b5_18545859/example.com/htdocs/chatbot
Thu, 20 Oct 2016 15:45:32 -0500 AH01797: client denied by server configuration: /home/vol1_4/byethost5.com/b5_18545859/example.com/htdocs/build-a-chatbot-without-coding
Here is my .htaccess file details-
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress