Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Marada05

    (@marada05)

    hello,
    anyone have any suggestions for me?
    Help me if you can …

    Tanks

    Daniele

    Hi Daniele,

    Please check the permissions of /wp-content/uploads folder. It should be 777. It will solve your HTTP error issue.

    It appears the issue in .htaccess. Please check if there any code in .htaccess which is prohibiting the image display. And created issue for the links.

    So try renaming the .htaccess and then create a new .htaccess with below code in it:

    # 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 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I can not upload images’ is closed to new replies.