websland
Forum Replies Created
-
Forum: Plugins
In reply to: [Automatic Domain Changer] Automatic Domain Changer instruction to use.Thank you Tommy, I really appreciate your helps and supports during my migration, it’s done successfully now.
god bless you.Forum: Plugins
In reply to: [Automatic Domain Changer] Automatic Domain Changer instruction to use.Sorry to bother you by my stupid questions I am not professional, please let me know what should I “server” or “server name” replace with?! an IP address?! I am not changing the server I am just migrating the domain as an example: https://example1.com to https://example2.com. one is developing address the other is live.
define(‘WP_HOME’, ‘https://’ . $_SERVER[‘example1.com’]);
define(‘WP_SITEURL’, ‘https://’ . $_SERVER[‘example2.com’]);
?!?!?!
or may be I should past the exact code to the end of wp-config lines as follow without adding anything to that?!
define(‘WP_HOME’, ‘https://’ . $_SERVER[‘SERVER_NAME’]);
define(‘WP_SITEURL’, ‘https://’ . $_SERVER[‘SERVER_NAME’]);Forum: Plugins
In reply to: [Automatic Domain Changer] Automatic Domain Changer instruction to use.I have started the procedure you said but after changing the domain in dns server everything were messed up and I couldn’t access the site let alone login to the admin to go to tools and use the plug in to change the domain.
1. are you sure that I shouldn’t use the plug-in first and then change the DNS?!
2. is this correct to add to the end of wp-config lines?!:
define(‘WP_HOME’, ‘https://xxxtest.com’%5D);
define(‘WP_SITEURL’, ‘https://xxx.com’%5D);
Thanks in advanceForum: Plugins
In reply to: [Automatic Domain Changer] Automatic Domain Changer instruction to use.I have started the procedure you said but after changing the domain in dns server everything were messed up and I couldn’t access the site let alone login to the admin to go to tools and use the plug in to change the domain.
1. are you sure that I shouldn’t use the plug-in first and then change the DNS?!
2. is this correct to add to the end of wp-config lines?!:
define(‘WP_HOME’, ‘https://xxxtest.com’%5D);
define(‘WP_SITEURL’, ‘https://xxx.com’%5D);
Thanks in advanceForum: Plugins
In reply to: [Automatic Domain Changer] Automatic Domain Changer instruction to use.I have started the procedure you said but after changing the domain in dns server everything were messed up and I couldn’t access the site let alone login to the admin to go to tools and use the plug in to change the domain.
1. are you sure that I shouldn’t use the plug-in and the change the DNS?!
2. is this correct to add to the end of wp-config lines?!:
define(‘WP_HOME’, ‘https://xxxtest.com’%5D);
define(‘WP_SITEURL’, ‘https://xxx.com’%5D);
Thanks in advanceForum: Plugins
In reply to: [Automatic Domain Changer] Automatic Domain Changer instruction to use.Thanks for the help, I didn’t get number 5, login the admin?! admin of what?! wordpress!? or what?!