marchello_perez
Member
Posted 16 years ago #
Hello there,
I'm getting crazy on setting up WPMU. I've installed it and working with wildcards (no problem about that) but I need to know the path to find my blogs, I explain:
I've estudeporte.com working and a 'test' blog running (prueba.estudeporte.com) I don't know where could I find the path to this blog, it should be something like estudeporte.com/wp-content/blogs.php?file=$2 but it gives a 404 not found.
Please, anyone can help me?
Thanks in advance and great work guys!
Add Options -Index to htaccess, or add index.html to folders, I can see your directories
wp-content/blogs.dir/ and the folders per blog in domain or subdomain which reads /1/ /2/ /3/ etc
you can find which /number/ to look for when you go to Site Admin > Blogs > and hover over EDIT links under the Action header and you'll find blog ID in status bar to find out the number
Each blog is virtual. They do NOT exist on the server. The only things that are blog-specific are uploaded files. Those you'll see on the server, but not the blogs themselves. They live in the database.