Search the Community
Showing results for tags '403 error'.
-
403 error help me please , i download my site files, all working well, but when a authorize on my site Ajax not find the handler, I have tried to specify the paths differently (with and without the domain), but still can not find it. on other hostings everyth
grooddy posted a topic in Free Hosting General
help me please , i download my site files, all working well, but when a authorize on my site Ajax not find the handler, I have tried to specify the paths differently (with and without the domain), but still can not find it. on other hostings everything worked wonderfully, what could be problematic? Thanks -
Getting 403 Access Denied Error Message in new WordPress Post
Guest posted a topic in Free Hosting General
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."