He has an old site that I left, but so far he brings followers. I want to when a person enters the old site, he converts it to the new site, which works now. When I put this code () it does not work, what do I do
< met a ht tp-equiv=“refresh” content=“0;url=http://hook.rf.gd/” >
Welcome!
Have you tried the “Parked domains” feature or redirects with htaccess? Could you also provide your domain?
4 Likes
You can also use PHP:
<?php header('Location http://hook.rf.gd/'); ?>
4 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.