In order to move the wordpress to new domain you must modify the .htaccess with
#Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)$ http://www.newdomain.com$1 [R=301,L]
In order to move the wordpress to new domain you must modify the .htaccess with
#Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)$ http://www.newdomain.com$1 [R=301,L]
No comments yet.
RSS feed for comments on this post. TrackBack URL
Powered by WordPress