Hi there,
I just want to create my sites like this:
example.com/blogs/site1 and example.com/blogs/site2
instead of the custom:
example.com/site1 and example.com/site2
can anyone help?
thanks in advance!
Hi there,
I just want to create my sites like this:
example.com/blogs/site1 and example.com/blogs/site2
instead of the custom:
example.com/site1 and example.com/site2
can anyone help?
thanks in advance!
Install WP in example.com/blogs would be the easiest.
thanks for the answer!
But I want my principal site to be example.com/
and the sites created for other users on example.com/blogs/site1
=/
thanks
I've changed the wp-config.php
on this places:
$base = '/blogs/';
define( 'PATH_CURRENT_SITE', '/blogs/' );
and on .htaccess changed
RewriteBase /blogs/
but it doesnt work =/
thought it would be easier...
Then put a single install in example.com and the multisite install in the /blogs/ folder.
YES this is how other sites have done the same thing. Two installs.
thank you ppl!!!
just finished installing and it works perfectly!!!
You must log in to post.