Schlagwort: solved

  • 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…