Viewing 2 replies - 1 through 2 (of 2 total)
  • How did you do the redirect? If, say, .htaccess, can you paste the method here?

    David.

    Thread Starter pledgerar

    (@pledgerar)

    Thanks for the quick response. I used the redirect in cpanel. I set up a permanent 301 (not wildcard). Here is what is in my cPanel…

    RewriteOptions inherit

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

    # END WordPress

    RewriteCond %{HTTP_HOST} ^.*$
    RewriteRule ^/?$ “http\:\/\/newdomainname\.com\/” [R=301,L]

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘redirect errors!’ is closed to new replies.