.htacess

  1. P

    Delete Old Site after 301 redirect (WP)

    I have changed my site's domain and host. The URL structure is the same. I added this to the top of old wordpress installation .htacess #Options +FollowSymLinks RewriteEngine on RewriteRule ^(.*)$ http ://OLD-DOMAIN/$1 [R=301,L] I set the 301 on google webmasters tools from old domain to new...
Back
Top