Frequently Asked Question

How to redirect the original site to WordPress if they are not on the same domain?
Last Updated 8 years ago

You just have to put these lines in the .htaccess file on the original site:

RewriteCond %{HTTP_HOST} ^www.original-site.com [NC]
RewriteRule ^/?(.*) http://www.wordpress-site.com/$1 [L,R=301]

And be sure that the Redirect checkbox is selected on WordPress.

Please Wait!

Please wait... it will take a second!