Just do it. With a good FTP-Tool it is just 2 clicks and the files are moved. It may not be a nice look to see all the files in the root directory, but at least that problem is solved.
I guess I solved it: Moved all wordpress-contents to the root directory.
I had a temporary solution: Editing the wp-feed.php and wp-trachback.php like this:
change all lines with “require”
from: require(‘./wp-blog-header.php’);
to: require(‘./wordpress/wp-blog-header.php’);
But that made my feed to not be recognized by german important ping-update service blogg.de for example. So I really look desperate to solve the real issue here.
Thx, tried it but won’t help. Still the same.