Viewing 4 replies - 1 through 4 (of 4 total)
  • You need to change links in the database as well. Provided that you’ve copied the complete /wp-contant/ folder from the old to the new host.

    The problem may be related with your .htaccess file. If the web server on your server is Apache create a .htaccess file in your document root directory with the following lines and check if that will fix the problem:

    # 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

    Thread Starter seathane1

    (@seathane1)

    Hi There,

    I am actually new on WordPress and would you please be so kind to guide me through the steps of getting on to my Appache document root directory. Or you can alternatively log on to my Wordspress site’s public HTML by using these credentials to see if you can sort this out for me
    hostname: 154.0.172.201 or raichlinattorneys.co.za
    u: raichlinattorney
    p: R16#sTay41

    The url to test the site is: https://154.0.172.201/~raichlinattorney

    Your help will be much appreciated.

    Thread Starter seathane1

    (@seathane1)

    Hi Guys,

    Any update on the below?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘wordpress 4.1.16 site migration’ is closed to new replies.