yoyotheboss7
Forum Replies Created
-
Forum: Plugins
In reply to: [MailChimp Campaign Archive] updated to API 3.0Awesome, thx!
Forum: Plugins
In reply to: [MailChimp Campaign Archive] updated to API 3.0Hi leonhedding, I’m very interested in using your code, will be great to have it on Github ??
CHeers
YoForum: Networking WordPress
In reply to: Multi domainHello back, problem solved, just had to setup an htaccess
Thx again for your helpForum: Networking WordPress
In reply to: Multi domainOk sorry, I added the 2 domains in the domain mapping area.
I have now access to the administration of my sites https://www.improudofit.com and https://www.etjassume.com
But I can only see the main page of my websites, I have an error 404 on the other pages.
Should I setup an htaccess?
Thx for your help and happy new year!Forum: Networking WordPress
In reply to: Multi domainYa, when I create a new website, I have something like something.prospectsworld.com
And then I manually change it as something.com in the sites (Super admin) section.
But I still have no sites in Domain mapping section…Forum: Networking WordPress
In reply to: Multi domainWhen you say, original address, do you mean https://www.etjassume.com and https://www.improudofit.com ?
Forum: Networking WordPress
In reply to: Multi domainOk I put the sunrise on the top like this :
define( 'SUNRISE', 'on' ); define('WP_DEBUG', false); define( 'MULTISITE', true ); define('WP_ALLOW_MULTISITE', true); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'www.prospectsworld.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 );
I see my 3 domains in the super admin menu, but still not in “Domain Mapping”
Thxx so much for your help!Forum: Networking WordPress
In reply to: Multi domainThe code is just before
/* That's all, stop editing! Happy blogging. */
I have done exactly what is written in the instructions, the domain_mapping.php file is inside the /wp-content/mu-plugins folders and sunrise.php inside the wp-content folderForum: Networking WordPress
In reply to: Multi domainThanks for you answer, But I follow all the steps, and there is no domain name in the “Domain Mapping”…
I remove the htaccess and let this code bellow on the wp-config file :define('WP_DEBUG', false); define( 'MULTISITE', true ); define('WP_ALLOW_MULTISITE', true); define( 'SUNRISE', 'on' );