Example:
SITE 1 URL: MainSite.com
SITE 2 URL: MainSite.com/department
SITE 3 URL: MainSite.com/department/sub-department
SITE 3 Page URL: MainSite.com/department/sub-department/Page-Title
When creating a new site in the “New Site – Address” I enter ” /department/sub-department” but it’s invalid. Is there a way around this?
]]>I am currently developing a path-based Multisite network at ‘dev.website.com’ and all is going well! When I am done developing, I would like to transfer the ‘dev’ site over to the primary ‘www’ subdomain. There are 3 sites and the structure is currently like this:
dev.website.com
dev.website.com/site2/
dev.website.com/site3/
I would eventually like this structure:
www.website.com
www.website.com/site2/
www.website.com/site3/
Basically, ‘dev’ subdomain to primary ‘www’ subdomain.
What is the easiest/best way to achieve this?
Please accept my apologies if this has been answered before but searches tend to return results for moving a subdomain-based Multisite, not a path-based Multisite from one subdomain to to another.
Best regards,
Paul.
]]>Currently I’m using a simple WordPress CMS for my site www.example.com and I want to create new path-based sites such as www.example/site1 and www.example.com/site2. I don’t want to enable Multisite feature to the current WordPress CMS because of its complexity.
Is it possible to setup a separate WordPress Multisite with base url www.example/site1, and then when I add new site to the network, the url become www.example.com/site2 (NOT www.example.com/site1/site2)?
]]>Is it possible to update multisite URL path to load them like follows:
mysite.com/blog/ – loads English blog
mysite.com/fr/blog/ – loads French blog
mysite.com/de/blog/ – loads German blog
Thanks
]]>Thanks in advance.
]]>so for I’ve read the “before you create a network” article, the “create a network” article and a bunch of forum posts that lead me to the idea that the thing I wan’t to do is not possible… but I don’t surrender that easy, so here’s my question
I’ve got a main site installed at “mydomain.com”, I want to create a network with other sites placed at “blogs.mydomain.com/blogname”. The thing is that I am not sure if this is possible at all, as the available info (at least, the one i found) explains how to get the network up and running at “site1.mydomain.com”, “site2.mydomain.com”, etc. or “mydomain.com/site1”, “mydomain.com/site2”, etc. but not at “mydomain.com” AND “blogs.mydomain.com/site1”, “blogs.mydomain.com/site2”, etc.
Any ideas?
Thanks
I’m trying to set up a multi site on the latest word press. When I add a new website, in wordpress it looks okay, but when I visit the site or the wp-admin part of it it gives me a 404 error.
I’ve looked though the support forums here and tried all the solutions people have been suggested, but I’m still not having any luck.
I am running this on the latest debian with apache2.
My .htaccess looks like this:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
The multi site part of my wp-config.php looks like this:
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', false );
$base = '/';
define( 'DOMAIN_CURRENT_SITE', 'webbapp.habo.se' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
mod_rewrite is running according to the <?php phpinfo(); ?>
File rights is 644 and folder rights is 755 as per default. The blogs.dir have the same rights set. Everything is owned by www-data.
Obviosly I must have missed something, but I don’t know what that could be.
Help will be much appreciated!
Thanks!
Joakim
“Server Address: We recommend you change your siteurl to wheelofcommerce.com before enabling the network feature. It will still be possible to visit your site using the www prefix with an address like www.wheelofcommerce.com but any links will not have the www prefix.”
Does it mean that, when someone access my homepage, this person will see www.wheelofcommerce.com and, when going to any other place inside the website, will see wheelofcommerce.com (without www)?
I know this can sound really stupid, but I prefer to ask in order to confirm: I want to know if, using the path-based URL with the www, the URLs of the “sub-sites” will be something like “www.wheelofcommerce.com/example1”, which is exactly what I want the URLs to be, or “www.wheelofcommerce.com/www.example1” (with the www. before example1).
Thanks!
]]>