Thanks theApe: same with me. Wrong Plugin-Auto-Update…
Sorry – didn’t mean to bump…
After posting the htaccess i had the feeling, that post was a little short… Just had in mind, to give all information needed, so you helpful people have easy access to the problem.
Thanks for your help – i didn’t see the obvious. I had to make an extry subdomain-entry at the Host-Provider. That was it!
Many thanks and hav a nice day,
Rainer.
————
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]
————