Solving WordPress Problem – Broken Image Link

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


# BEGIN
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 you .htaccess file.
Connect with an ftp Client on your server.
it should be in your 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

Dieser Beitrag wurde unter Allgemein, HINTS abgelegt und mit , , verschlagwortet. Setze ein Lesezeichen auf den Permalink.

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.