403 forbidden error
-
Hey everybody,
I am trying to use wordpress at my host but i am getting some errors.
First, i had trouble with uploading an image or file with the build-in uploader. After I deleted the uploads folder in my ftp and created a new one myself and putting a .htaccess file in the main directory with this script:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>it al worked again.
Now when I want to insert a photo from my media library in the posts section i get a 403 forbidden error.
Also when i put in an image manualy by putting this link in my post:
<img src=”http://www.mctigri.nl/uploads/insayno-1.jpg” alt=”” />
i get a 403 forbidden error when i want to publish.
When i put this html in my post:
<img src=”uploads/insayno-1.jpg” alt=”” />
without the site and only a part of the path in de html i can publish.
What’s wrong? Can somebody help me?
The topic ‘403 forbidden error’ is closed to new replies.