Sorry for the extreme newbie question.. but what is the root that blogs are stored under? For example, where is the information specific to usersblog.yourwebsite.com stored?
Thank you.
Sorry for the extreme newbie question.. but what is the root that blogs are stored under? For example, where is the information specific to usersblog.yourwebsite.com stored?
Thank you.
In the database. Looking for something specific?
Pretty much. Everything is done virtual out of the database. Take a look at the wp_blogs database table. Each new blog gets it's own set of tables as well when created. These names start with wp_{$blog_id}.
The only time a directory will get created is when an enduser uploads a file. These subdirectories get created within the wp-content/blogs.dir subdirectory.
And, as asked above, were you looking for something specific?
Hope this helps,
-drmike