Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter superciccio14

    (@superciccio14)

    PS: obviously I restored old db into the new one.

    Phil

    (@owendevelopment)

    Check that site_name and Site_url in database table ‘WP-Options’ are the updated folder.

    Hello,

    Please confirm that you have changed wp-option path

    Thread Starter superciccio14

    (@superciccio14)

    Follow Up

    I reconfigure .htaccess changing “test” in “it

    Now It works! : )

    Thread Starter superciccio14

    (@superciccio14)

    Hi, pwhstacy. Yes I changed!

    Now my .htaccess is

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /it/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /it/index.php [L]
    </IfModule>
    
    # END WordPress

    Now is the migration complete?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error in moving wordpress’ is closed to new replies.