I have a question about the directory structure for installing WordPress Multipress. If I read the documentation correctly, it seem to suggest that to use Multisite, you should install WordPress in the root directory. I believe the idea is so that you will have
http://www.mydomain for the main page
http://www.mydomain/blog1
http://www.mydomain/blog2
etc.
I have, however, installed WordPress under root\blogs directory, so currently I have
http://www.mydomain/blogs for the main page
http://www.mydomain/blogs/blog1
http://www.mydomain/blogs/blog2
My question is if this setup is ok or will I run into problem later? Does WordPress Multisite assume/require that the installation is at the root level?
Thanks!
PS: I should add that currently the basic operations like add posts, edit posts, add images, etc. all work fine.