I have two different domain
1)firstsite.com ........... Domain register http://godaddy.com/ and hosting justhost
2)secondsite.com .......... Domain register http://godaddy.com/ and hosting justhost
Both site have diffrent Cpanel,Ftp,Database
i have installed wordpress both site root directory
Task: Make single wp-admin for both site(mean to say operate both site with single admin panel)
i have follow those step do it on firstsite.com site
1)First create multisite network setup with help below link
Create A Network
2)For Domain mapping use below link
WordPress MU Domain Mapping
but that setup is successfully working for sub domain not for separate domain(i can include other site like sub.firstsite.com and there is no option for separate domain secondsite.com)
so plz guide me wht i m doing is that correct way or its not possible.
You are doing it on the correct way :)
But network administration only manage users / sites / extensions / themes. Each sub site has it own admin for regular Wordpress Admin.
For example my network:
Main website http://basgrospoing.fr
sub sites:
http://worldgamecup.basgrospoing.fr
http://kenbogard.basgrospoing.fr
http://republicofighters.basgrospoing.fr
Related
I'm confused, I have a miltisite wordpress installation but also another site managing the customer areas.
So I have the site on the main domain www.domaine.com and i installed the wordpress multisite in a subdomain: sites.domain.com
So far everything is fine, but when I want to create a site, wordpress requires me to be subject to the subdomain like this: other.site.domain.com
I tried to modify the .htaccess and wp-config.php but when I go back to the site management it redirects me to www.domaine.com without my being able to access the wordpress multisite management...
How can I create sites with addresses under the domain and not under the subdomain like this:
other.domain.com and not like this other.site.domain.com
Thanks
It's ok, I can't access for two reasons.
One my wildcard is set on other folder than wp installation (blank page on subsite create)
Two I need to set address of new site for replace domain.com/other to other.domain.com
And now I can access to website and subsite.
Thank!
Thank you for your answer, I just tested but it does not react correctly.
When I put the configuration of DOMAIN_CURRENT_SITE on domaine.com I can no longer access the settings of the multisite network, I am redirected to the purchase site which is on the domain.
Another thing, if I therefore create a site in a subdirectory and not in a subdomain with the SUBDOMAIN_INSTALL configuration false, when I type test.domaine.com a blank page appears as if there was no site or if I Type site.domain.com/test/ it works.
I cleared the caches everywhere and tried again but nothing happened.
In case I expressed myself badly,
www.domain.com = The commercial site of the company
site.domain.com = Multisite management and sample site
other1.domain.com = Customer site created from site.domain.com
thanks again
I need to set-up 5 websites that have different domains as: naomisport.com, naomikomestic.com, ... each of them does have sub-pages & news... In term of design & functionality, they can share the same plugins, theme, users but I can not get my head around the choice of Wordpress Multisite & single Wordpress installation.
1. For single Wordpress, Can I have different domains per some specific page?
2. For Wordpress Multisite, can I have different domains name per website or does it have to be a sub-domain?
3. If I would go with Multisite, can I have the same Post management between all?
Please help if you have experience on this. Thank you very much?
Question1: Yes, it possible.
Question2: Yes, you can have multi domina or multi subdomain.
Add Several WordPress Multisite Blogs With Different Domains
This section assumes that:
You have a working WordPress Multisite installation
Your server has a static IP address
You are able to log in to your server console using a tool like PuTTY (Windows) or SSH (Linux and Mac OS X)
You own at least one custom domain name for which you can configure DNS settings
You have defined your primary domain and blog as described in the previous section and you are able to log in to the WordPress Multisite dashboard.
The WordPress MU Domain Mapping plugin allows users of a WordPress Multisite installation to map their blogs or websites to other domains or subdomains (Scenarios 2 and 3). This plugin is already installed in your Bitnami WordPress Multisite stack since v3.5.1-1. If you’re using an older version, you must manually install the plugin using the plugin installation guide.
Question3: In wordpress multisite you have same panel but for every subdomain or domain you have separated management but you can have one username and password for management all panels.
For more information:
https://docs.bitnami.com/aws/apps/wordpress-multisite/configuration/configure-wordpress-multisite/
https://www.wpbeginner.com/wp-tutorials/how-to-install-and-setup-wordpress-multisite-network/
We have a Wordpress multi-site installation set up where the client can create Wordpress sites on the fly. Each site automatically goes under a subdomain (sub1.example.com). Now the client has asked us to point another domain name at one of these Wordpress sites so that the site will work the same under the subdomain (sub1.example.com) and main domain (www.anotherdomain.com). So both sub1.example.com/about and www.anotherdomain.com/about will pull up the same page. Can this be done without duplicating the site? If so, how?
How do we point existing domain to wordpress MU site on another server? Here's the setup.
Server A has WPMU installed, with network setup of subfolders. www.wpmuinstall.com/site1
Server B has a domain hosted on it.. www.clientdomain.com
We want to point www.clientdomain.com from ServerB to ServerA www.wpmuinstall.com/site123
If above is not possible, we can switch to site1.wpmuinstall.com but then how do we point this site1.wpmuinstall.com to the siteid1 ? We have the WordPress MU Domain Mapping plugin installed but the WPMU is still setup as subfolders.
Please advise on how to accomplish client domain pointing to our wpmu site. Ideally we want to setup something like wordpress.com with custom domains pointing to subsites.
Thanks
If you are working with paths, install Wordpress Domain Mapping plugin and follow the steps described on this article. It will let you map a domain to a path in your server.
If you are using subdomains, then:
Add the desired subdomain to a site.
Point www.clientdomain.com to your wordpress server.
On your server, add the domain www.clientdomain.com and make it point to your wordpress installation.
Wait until DNS changes take effect.
Your site should be ready.
I have two domain on separate hosting. On the first I can setup a.mydomain1.com. On the second I can istall wordpress as www.mydomain2.com/wordpress. Now I found a plugin for reidirect to an external website.
My goal is to show wordpress site on a.mydomain1.com. How I have to configure the record in the admin panel of first domain?
Thanks a lot
I think you should use WordPress Multisite.
WordPress includes new multisite features, meaning that it can run many blogs, even with their own separate domains, on one WordPress installation.