• I’m trying to redirect an old website to a new domain through cPanel, but it doesn’t seem to be working. I’m far from an expert and don’t really understand what’s going on as I’ve done it before without any problems.

    The .htaccess file has the following:

    RewriteEngine on

    RewriteOptions inherit

    RewriteCond %{HTTP_HOST} ^e\-can\.co\.uk$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.e\-can\.co\.uk$
    RewriteRule ^(.*)$ “http\:\/\/e\-can\.org\.uk\/$1” [R=301,L]

    That is everything that’s in the file. The other odd thing is that I don’t seem to be able to find the WordPress installation folder/files via FTP for the old website. I don’t know if that has anything to do with it or not, I just couldn’t understand why I can’t locate them.

    Does anyone have any suggestions?

  • The topic ‘Domain redirect not working’ is closed to new replies.