Put this 3 lines in .htaccess on your site.
For cpanel user, it should be under /home/username/public_html/.htaccess
Options +FollowSymLinksWhen you visit your site and it get redirect to www.yahoo.com, that mean Mod_Rewrite is enabled on the server.
RewriteEngine on
RewriteRule (.*) http://www.yahoo.com/$1 [R=301,L]
0 comments:
Post a Comment