Ron Rennick on "[Plugin: WordPress MU Domain Mapping] Broken URLs for...
I believe both PLUGINDIR and MUPLUGINDIR have been deprecated.
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Problem with function...
Turn off the use dashboard in original domain setting in the DM settings.
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Undefined index...
Try deactivating all plugins on the subsites & switch to a Twenty* theme to see if that fixes the white screen on the front end.
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Using Domain Mapping...
Your hosting company should recognize the "default host" terminology. See https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-14-04-lts
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Slow login check, than...
Does every dashboard page load take longer or just the first one? Also, are you using the remote login feature?
View Articlecristiano.zanca on "[Plugin: WordPress MU Domain Mapping] Slow login check,...
Only the first one, then the speed is normal. After the insert of login and pwd I've tried to stop and reload the login page and this speeds up the procedure I'm using regular login example.com/wp-admin
View ArticleLuis Rodrigues on "[Plugin: WordPress MU Domain Mapping] Broken URLs for...
That's true. Since the plugin still relies on them, I kept them in the above example, but they're not required at all. In my tests, the analogous domain_mapping_themes_url() function (which doesn't...
View ArticleLuis Rodrigues on "[Plugin: WordPress MU Domain Mapping] Broken URLs for...
(I guess the current WP_PLUGIN_URL and WPMU_PLUGIN_URL constants could be used here, I just haven't fully tested them yet.)
View Articlekeafao on "[Plugin: WordPress MU Domain Mapping] Undefined index...
Hello, Thanks for your reply! It did not work but my error should be when I re installed wp and mysql I think. Anyway I started a new server and it is working. Best
View Articlejoloshop on "[Plugin: WordPress MU Domain Mapping] switch to https://"
just strange, nobody ever had this problem? Nobody switching to SSL
View ArticleJan Dembowski on "[Plugin: WordPress MU Domain Mapping] switch to https://"
Don't do that, it won't do anything for your sites in the network. how can i change on (or all) of my sides to ssl? I can not change http:// to https:// Make a full backup of your database and files...
View Articlejoloshop on "[Plugin: WordPress MU Domain Mapping] switch to https://"
thanks Jan, i never used WP-CLI :-( do you think a script like this could do the trick as well? <?php // Database credentials $strHost = 'host'; $strUser = 'user'; $strPassword = 'password';...
View ArticleJan Dembowski on "[Plugin: WordPress MU Domain Mapping] switch to https://"
*Looks. Cringes.* It might but try this one instead. https://interconnectit.com/products/search-and-replace-for-wordpress-databases/ I say this three times: Back up your complete database and files and...
View ArticleJan Dembowski on "[Plugin: WordPress MU Domain Mapping] switch to https://"
Also? Be specific in what you are changing. Don't search and replace all http: with https: that will break things. Instead be specific and change your own domains from http://your-domain to...
View Articlejoloshop on "[Plugin: WordPress MU Domain Mapping] switch to https://"
thanks again, yep i know backup, backup, backup. I even duplicated my database and web folder. should i than add RewriteCond %{SERVER_PORT} !^443 RewriteRule ^(.*)$ https://ihredomain.tld/$1 [r=301,L]...
View ArticleJan Dembowski on "[Plugin: WordPress MU Domain Mapping] switch to https://"
That looks correct. If you have command line access try this curl command. $ curl -I http://ihredomain.tld/ HTTP/1.1 301 Moved Permanently Location: https://ihredomain.tld/ If the headers (that's what...
View Articlejoloshop on "[Plugin: WordPress MU Domain Mapping] switch to https://"
thanks again, just trying it with a copy of my database hover i am getting always script error for some tables, my database is huge 400mb :-(
View ArticleRon Rennick on "[Plugin: WordPress MU Domain Mapping] Slow login check, than...
wp-login.php loads several wp-admin scripts & CSS files. When you are redirected to the dashboard on an unmapped site your browser doesn't reload those scripts. When you are redirected to the...
View Articlegrincher99 on "[Plugin: WordPress MU Domain Mapping] Getting the right...
Okay. I've got my multisite working. I can set up new sites. I have Domain Mapping working, I think. I just might have a problem at ISP end of the workflow. I have a couple of existing Domain Names for...
View Article