Select Page
If you have a webmail account you can access it via
http://cPanel.yourdomain

If you have a webmail account you can access it via
http://webmail.yourdomain

– we encourage that you use a mail service such as gMail for your mail – See Mail Service

Sign into your domain registrar

Make sure you are in the Domains Section

And if you have more than 1 Domain Name that you have selected the correct one

 

Click Update the Name Sever


 

Delete the origional Name Servers (there should be 2 or 3 of them) and add the following:
The IP Addresss should update itself automatically
ns1.internetresident.com    10.0.93.139
ns2.internetresident.com    10.0.93.140

 

Done!!!
You should see results in 24 hours but it can take up to 72 hours for your nameserver to be updated!!!

I moved a wordpress site successfully and it drove me insane :>
Here are some notes if you attempt to do it
once you have connected to the database and you can see the front page
the .httacess in the root directory has to be the following (This was the final really important step)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
You can also add the following lines to the wp-config.php file which will effect the
general settings in your admin area
define(‘WP_HOME’,’yoursitegoeshere’);
define(‘WP_SITEURL’,’yoursitegoeshere’);
that will help if you cant get into the admin and finally you can add these lines to the function.php in your theme ( just before the end of the code, ie: before ?>
update_option(‘siteurl’,’yoursitegoeshere’);
update_option(‘home’,’yoursitegoeshere’);

 

OH yes and also theres a plugin that you should run too called
Better Search and Replace if your links arnt working
(theres also a check box at the bottom that defaults to a dry run (ie one that does not make changes just searches for them))
RUN the site to see its working
Finally remove the code that you put in functions.php and
wp-config.php

Please use the server name reseller402.webserversystems.com

1st
myaccount.google.com/lesssecureapps
ALLOW LESS SECURE APPS ON

 

2nd
Ensure your email server is set to local exchange.
This is done in cPanel – MX Values –  more »

3rd
Set up in GMAIL Settings the following
You should get a VERIFICATION
SEND EMAIL
Which will result in a Mail Error

 

Secure SSL/TLS Settings

Username: user@domain.com

Password: Use the email account’s password.

Incoming Server: r10-sydney.webserversystems.com

IMAP Port: 993

POP3 Port: 995

Outgoing Server: r10-sydney.webserversystems.com

SMTP Port: 465 

Authentication is required for IMAP, POP3, and SMTP.

 

Non-SSL Settings

Username: user@domain.com

Password: Use the email account’s password.

Incoming Server: r10-sydney.webserversystems.com

IMAP Port: 143

POP3 Port: 110

Outgoing Server: r10-sydney.webserversystems.com

SMTP Port: 26

Authentication is required for IMAP, POP3, and SMTP.

 

4th

Login to your cPanel and your email and copy the verification code that is in your email.
ie Your email will be stuck on the server and you need to copy the verification code from it
and verify.

gmail
listSecure SSL/TLS Settings (Recommended)
Username: brett@getbrett.com.au
Password: Use the email account’s password.
Incoming Server: reseller402.webserversystems.com
IMAP Port: 993 POP3 Port: 995
Outgoing Server: reseller402.webserversystems.com
SMTP Port: 465
IMAP, POP3, and SMTP require authentication.