0down vote
favorite
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-
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
I am also getting this message while clicking on my Backup plugin - " This site/page has used all available php / apache processes allowed on free hosting account.
Refreshing the page once the amount of apache / php processes are reduced will cause the site to work. We would recommend upgrading your hosting account at IFastNet Premium hosting accounts , premium hosting accounts have MUCH higher resources dedicated to them."