Do you mean to use subfolders and subdomains in the same time? You should be able to use a subfolder multisite setup and then use domain mapping to map any subdomain or domain. Domain mapping can be done even without plugins since WP 4.5: https://codex.wordpress.org/WordPress_Multisite_Domain_Mapping
I have just created a subdomain and managed to setup multisite network, i log in to my main site as admin and i have set myself as admin with the same details for the subdomain.
When i try to access the dashboard to my subdomain it asks me to login again but it gives me an error message:- ERROR invalid username, even though i am using the same user detail for both sites.
1. should i have to login when accessing subdomain dashboard
2.If i do have to login overtime any ideas why its not recognising my user details and the error message is occurring.
-
This reply was modified 8 years, 11 months ago by
alangarbett.
@alangarbett
Use your super admin username and password. The super admin can login on every site.
Thats what I’ve tried nnikolov but thats the error message i get !
@alangarbett
Try clearing your cookies or use a new browser. Also try creating a new super admin user and see if it will work.
@nnikolov
Thanks for your help!
I’m gonna try WordPress Multisite Domain Mapping!
Cheers!
– It is possible to work with domains and subdomains example:
– domain.com/store
– forum.domain.com
Technically in the WP world ‘domain.com/store’ is a sub-directory configuration.
And yes, you can have one site be a sub-directory, (multiple) domains, and (multiple) sub-domain. You have to start with a WP sub-directory configuration. Use WP Domain Mapping plugin to map any domain or subdomain. For example you can have a single subsite respond to all these urls:
domain.com/subsite1
subsite1.domain.com
subsite1.com
http://www.subsite1.com
subsite1_2.com
Note to get the above working means that WP main site is installed in domain.com with a subdirectory configuration. The other domains and sub-domains can be added via Domain Mapping plugin.
@jkhongusc Thanks for your help!
In this moments. i’m trying with WP DOMAIN MAPPING.
After the results of the errors that happened I will comment what happened
Cheers!