He guys I have read an article that it is best not to have all the files from wp in the root directory but instead in some sub directory with a cryptic name.
This is due to security lacks from wp. Further you should put only the index file into the root and add the name from your sub directory into the following line of code from your index file:
require(‘./your-sub-dir/wp-blog-header.php’);
So in this case it is impossible to have WordPress address and the site address the same.
Now what can there be done to still get the admin bar.
I would be really happy if one has an answer.
Cheeeeeeeeers,
Wiese