redirect another web link to my web site

vv.bbcc19

Community Advocate
Community Support
Messages
1,524
Reaction score
92
Points
48
If you own that weblink, you need to choose the domain settings of that weblink.
Else if you have a cpanel1/hosting1 where you need to send the link to an account in cPanel2/hosting2, you can do it by adding addon domains and configuring that addon domain to redirect to the destination.
 

jodoloy

New Member
Messages
53
Reaction score
0
Points
0
Or you can use a simple index.html redirect.

---------- Post added at 03:54 AM ---------- Previous post was at 03:53 AM ----------

Here is the code.

<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html">

Where 0 is the amount of time to the redirect. Obviosuly you need to replace the your domain with your domain.
 
Last edited:
Top