Hi all,
I have two different domains with drupal installed both under the same hoster. Till yesterday i have no problems and suddenly today when i tried to edit old posts or to create new posts i took the following message (in both sites) :

Forbidden
You don't have permission to access /main/node/30/edit on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

any ideas?

im using drupal 5.7

regards
costas

Comments

bonaparte’s picture

Let's perform a quick troubleshooting step. Create a node and then try to edit it. Also check with your host if they installed mod_security recently on their servers.

--------------------
Sudheer. S
Binary Vibes Information Technologies Pvt. Ltd.
Learn and and help others learn Linux, Apache, MySQL and PHP
Ava

sarrisk’s picture

Thanks for the advise ! Probably they installed the module that you have mentioned , because i tried to add this

 # Turn off mod_security filtering.
<IfModule mod_security.c>
  SecFilterEngine Off
</IfModule> 

in my .htaccess and the problem solved. Refered to http://drupal.org/node/110219

thanks !
regards
costas

SlipAngel’s picture

Thanks!