403 error when embedding images
-
When embedding images on my blog, I get a ‘broken image’ icon. I don’t really see why..
I have no problems uploading them and when you browse to the URL of the image it works just fine.
The permissions of my upload folder are 777. The content of my .htacces file is the following:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘403 error when embedding images’ is closed to new replies.