I have found a few different example on the web. The first one I used added a big, long, unnecessary query string to the url. The following one works without a hitch. Just change the .htaccess file in the main folder of your site to one containing this text. Of course, replace yournewdomain.com to the one you are redirecting to.
Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.yournewdomain.com/$1 [R=301,L]
Updated: A Note Before You Read On I don’t know the source of this virus currently. All I know is that everyone I have talked to so far that has this issue h...
Right now, for some reason, I can’t access my Wordpress admin. Well, I can. In one way. I can click around on the top menu. The thing is that, nothing appear...