301 Redirect from Wix to WordPress

后端 未结 3 1649
花落未央
花落未央 2021-01-24 01:50

A company I\'m working for had a WIX based site. I recreated the site on WordPress moved the hosting and redirected the domain. I then attempted to do the page redirects to the

3条回答
  •  攒了一身酷
    2021-01-24 02:38

    i managed to redirect from wix to wordpress by adding this code (by Themee) to the functions.php on my theme directory.

    function themee_hash_redirects() {
        ?>
        
    

    as i understood, this only help to redirect your visitors to the correct URL, but not help to SEO. i think the next code (in the .htaccess file) should help SEO, but still need some modification that i dont know about. this was an help by "barryhunter" from Google Forum.

    RewriteCond %{QUERY_STRING} ^_escaped_fragment_=krav-maga-shirts/c9r5
    RewriteRule ^$ http://www.972kravmaga.com/krav-maga-shirts [QSA,L]
    

    its an example of one page redirect. the person who helped me said can check if its working on this page: http://www.rexswain.com

    its will be nice if someone can determine what exactly should be written in the .htacess file.

提交回复
热议问题