Solving WordPress Problem – Broken Image Link

And btw… if you have still a problem with the upload of images.
Solve it with a configuration change on your .htaccess file.
In my case that was enough:


# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress

check it on: https://codex.wordpress.org/htaccess

And if you are not sure how to find you .htaccess file.
Connect with an ftp Client on your server.
it should be in your web folder.

Then download it , or do the changes like mentioned above. Save and that`s it. In normal case it would be perfect to restart the service , but well..  All the best and let me know

#wordpress #access #solves

This entry was posted in Allgemein, HINTS and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.