Ron Rennick on "[Plugin: WordPress MU Domain Mapping] Edit not working"
You can't change the site Id of a mapped domain. You need to delete the mapping on 22 and add it on 56.
View Articlefrha on "[Plugin: WordPress MU Domain Mapping] Map two subdomains to same blog"
Is it possible to map two different sub-domains in a domain-based network to the same blog ? I see that this plugin is created for mapping external domaisn into a multidomain-network-site, but I would...
View Articleadaldesign on "[Plugin: WordPress MU Domain Mapping] Why the 20 domain...
Hey Ron, I love your plugin: it's the standard in WPMU domain mapping. However I see in several posts that you don't understand why so many of us are frustrated by the (non-announced) limit of 20...
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Map two subdomains to...
Is it possible to map two different sub-domains in a domain-based network to the same blog ? As far as the DM plugin goes, yes, but you might not be able to configure your DNS & webserver to work...
View ArticleDavidsdesk on "[Plugin: WordPress MU Domain Mapping] Conflict with WMUDEV...
I used WordPress MU Domain Mapping on a multisite installation. Works great. Love the plugin. I had previously tried WPMUDEV Domain Mapping on another multisite installation without success. I...
View Articlecfatiuk on "[Plugin: WordPress MU Domain Mapping] Lost access to Network Admin"
Possibly have a couple of conflicts here. Had Network set-up with Domain mapping. The main site (site id 1) was deleted so the new main site and URL is site id 2. I changed this in the wp-config.php...
View Articlevasikgreif on "[Plugin: WordPress MU Domain Mapping] Add a domain from plugin"
I have setup Domain Mapping plugin, everything works great. Now, I would like to let users switch their domain from frontend (I disabled backend completely for various reasons). I already have code to...
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Conflict with WMUDEV...
You still have one of the two plugins installed. If you are installing this DM plugin you do need to copy sunrise.php to wp-content & you do need to edit your wp-config.php and add the line of code...
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Lost access to Network...
Remove the domain mapping on site id 2. You may need to delete that record from the database.
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Add a domain from plugin"
Is there a hook that I could use (etc.) No.
View Articlevasikgreif on "[Plugin: WordPress MU Domain Mapping] Add a domain from plugin"
:-) Ok, short and exact answer... I did something like this: $wpdb->dmtable = $wpdb->base_prefix . 'domain_mapping'; // if new domain is domain.com, set active status to 0 if ($new_domain_host ==...
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Multisite SSL Domain...
This is forcing your mapped domain to SSL: RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
View Articlemarkmelch on "[Plugin: WordPress MU Domain Mapping] Getting server not found...
I am getting a "server not found" error on 1 of 3 domains I have mapped. My configuration has been working without issue for over 6 months. Any hints on what I should look at? Thanks in advance....
View Articleswinggraphics on "[Plugin: WordPress MU Domain Mapping] Adds blank script file"
If Remote Login is enabled, the plugin adds a script tag with a src attribute that is unique to every page and returns an empty file. It blocks page rendering needlessly and should be removed. Called...
View Articlekhromov on "[Plugin: WordPress MU Domain Mapping] Minor:...
What exactly does setting $current_site do? When I try out jonbeddoes fix then the function does in fact NOT exist, so the code does not run, yet everything seems to work fine. So is it not really...
View Articlejonbeddoes on "[Plugin: WordPress MU Domain Mapping] Minor:...
Hi khromov, I am sorry my solution didn't help you. I must admit I didn't consider the outcome if the function was never called. In my case I was simply trying to modify the sunrise.php file to keep...
View Articlekhromov on "[Plugin: WordPress MU Domain Mapping] Minor:...
You're right jonbeddoes, the function doesn't do anything as of WP 3.9. After removing the $current_site stuff, I had one deprecation warning left: Notice: wpdb::escape is...
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Getting server not...
It's something in your webserver configuration or DNS.
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Adds blank script file"
It blocks page rendering needlessly and should be removed. Unfortunately that script is necessary for remote login to work.
View Article