Gaurav Vaz on "[Plugin: WordPress MU Domain Mapping] Different URLs"
Hi Ron, I think I said that incorrectly. I did exactly what you're suggesting. I parked site1.com on multisite.com and that works perfectly. The plugin handles it and the correct site is served....
View Articlemattmatt88 on "[Plugin: WordPress MU Domain Mapping] Login/Logout for all...
Hello, I have a MU installation like this - mypage.com - uk.mypage.com - us.mypage.com - de.mypage.com - anotherdomain.com (original: anotherdomain.mypage.com) So, no page is mapped except the...
View Articleaswinnair on "wordpress-mu-domain-mapping - Security issue"
Our site security scan found vulnerability with this plugin code. One part of the code is below. Can somebody help how to remove this error? Method redirect_to_mapped_domain at line 707 of GetUser.jsp...
View Articlenlbailey on "[Plugin: WordPress MU Domain Mapping] Plesk - Just registered"
Our organization has WPMU Domain Mapping setup on our domains but for some reason some users are receiving the "This domain has just been registered..." default page. Not every user but some of them....
View Articledeltafactory on "wordpress-mu-domain-mapping - Security issue"
I can't tell if this is spam. To the author: The function you reference is part of a PHP codebase but the pages and functions you reference would seem to be written JSP, or at very least in other code...
View ArticleAntti Kuosmanen on "[Plugin: WordPress MU Domain Mapping] Patch for admin_url...
We ran into an issue when running Woocommerce under a multisite install, where if you had forced SSL admin, the ajax add-to-cart buttons would stop working due to the admin-ajax.php url being...
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Subdomain redirecting...
I checked as part of the checks I did before creating this ticket and the htaccess and the wp-config and both have the correct content. Sounds like mod_rewrite is not enabled on your install. Contact...
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] wp-admin - The page you...
I don't have any suggestions for you. Something in your server config is not set up correctly.
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Different URLs"
You need to add the www as a CNAME to the non-www in your DNS instead of parking it.
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Login/Logout for all...
Enable remote login in the DM settings and log into anotherdomain.com.
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Plesk - Just registered"
That's a server configuration issue. If your request does not get to a WP generated result then the request isn't getting to the DM plugin.
View Articleaswinnair on "wordpress-mu-domain-mapping - Security issue"
Our scanning tool generated those .js files, but the vulnerability still exists. See another part of the code that needs fix. ANy help? .... 136. $domain = strtolower( $_POST[ 'domain' ] ); .... 155....
View Articledeltafactory on "wordpress-mu-domain-mapping - Security issue"
The line numbers don't match the latest build that I'm using but the $wpdb->prepare() method in line 155 does the escaping. See here:...
View ArticleJeanae on "[Plugin: WordPress MU Domain Mapping] Primary mapping problem"
We have eliminated the redirect from http://www.studyfoundation.ch to http://www.studienstiftung.ch/en. The mapping seems to work now correctly. But I can't access the subpages of the site. E.g....
View Articlearda81 on "[Plugin: WordPress MU Domain Mapping] Multisite - add a new site...
Hello, first i disabled all plugins. i installed MU Domain mapping for accesing to my master domain from different domain. I edited to my wp_config.php these; /* Multisite */ define(...
View Articleciorcal on "[Plugin: WordPress MU Domain Mapping] Access Denied"
Hi, I just installed the plugin using the instructions here, the plugin is showing up fine in my Super Admin dashboard, but when I try to access the "Domain Mapping" or "Domains" menu items I am just...
View ArticleRaphaelSaunier on "[Plugin: WordPress MU Domain Mapping] Undefined index:...
The fix is a simple as: $action = isset($_GET['action']) ? $_GET['action'] : null; if ( !get_site_option( 'dm_remote_login' ) || $action == 'logout' || isset( $_GET[ 'loggedout' ] ) ) { return false; }...
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Undefined index: action...
That warning should be already fixed in the development version. I find the lack of development activity on this plugin a bit worrying. Any plans on releasing a new stable version soon The chicken/egg...
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Primary mapping problem"
What can causing this? The URL has changed. You need to add some rewrite rules to your .htaccess to rewrite the old urls to the new ones.
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Access Denied"
Did you use a plugin or automated script to set up your network? If so, I'd suggest removing the network and setting it up using the network setup screen included in WP. If not, I'd suggest...
View Article