Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HELP!! How to redirect my sites..
#1
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..
Reply
#2
Well, can you be more specific please?
Reply
#3
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.
Reply
#4
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();
?>
Reply
#5
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>
Reply
#6
You can make redirects in cpanel too.. Smile
Reply
#7
Use Google.
Google > How can I redirect my sites with DOMAIN HOST HERE
Reply
#8
You can always try an html redirect, google for a generator.
Reply
#9
(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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Sites Like This? Gump 1 546 07-14-2012, 05:28 PM
Last Post: 'Snorlax
  [Help] How to redirect without referrer JohnRonder 4 1,713 02-01-2011, 01:10 AM
Last Post: JohnRonder
  Making default domain redirect to forums Jake 12 4,124 10-08-2009, 03:19 PM
Last Post: El Zorro

Forum Jump:


Users browsing this thread: 1 Guest(s)