Support Forums
HELP!! How to redirect my sites.. - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43)
+---- Thread: HELP!! How to redirect my sites.. (/showthread.php?tid=27304)



HELP!! How to redirect my sites.. - dark_move - 11-01-2012

Can you please help me how to redirect links on my site? I would like to redirect this sites:
www.example.com.ph
www.example.com
www.example.ph/forum

to

www.example.ph

Hope you can help me with this.. Thank you..


RE: HELP!! How to redirect my sites.. - Nickelodeon - 11-05-2012

Well, can you be more specific please?


RE: HELP!! How to redirect my sites.. - Odisseaâ„¢ - 11-26-2012

If you have these domains you will need to set up redirects on all of them to the one you are wanting to redirect to.


RE: HELP!! How to redirect my sites.. - L-Carnitine - 12-13-2012

Take a look on 301 redicts. 301 redicts is the best way to redict if it should be SEO optimatized. Else just create a php file called index.php and use this code
Code:
<?php
header("Location: http:yoursiteyouwanttoredictto.com");
die();
?>



RE: HELP!! How to redirect my sites.. - offshore7x - 02-07-2013

this code is on php if you neeed in html then type


<html>
<head>
<title>Redirect my sites</title>
<meta http-equiv="REFRESH" content="0;url=http://www.offshore7x.ru"></HEAD>
<BODY>
We have Changed our Domain so please wait 1 mint
</BODY>
</HTML>


RE: HELP!! How to redirect my sites.. - Matijasevic - 03-09-2013

You can make redirects in cpanel too.. Smile


RE: HELP!! How to redirect my sites.. - Cicero Talk - 03-14-2013

Use Google.
Google > How can I redirect my sites with DOMAIN HOST HERE


RE: HELP!! How to redirect my sites.. - Turbo - 03-14-2013

You can always try an html redirect, google for a generator.


RE: HELP!! How to redirect my sites.. - Haxalot - 03-18-2013

(03-14-2013, 08:49 PM)Turbo Wrote: You can always try an html redirect, google for a generator.

The likes of meta tag or .htaccess files will not work . As stated above, these redirects will need to be made in the cPanel of the domains themselves. If the OP does not own the above domains, then it's not possible.