Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 06-21-2011, 11:38 AM   #1
HyperActive Warrior
War Room Member
 
Join Date: Aug 2010
Posts: 175
Thanks: 37
Thanked 15 Times in 12 Posts
Default Redirect homepage....Can you do this?

Hey guys

Just looking for some advice, if anyone has anything to add please do so, something has been pondering my mind.

My question is this...

Can I redirect the homepage of one domain to an inner page of a new domain?

Any input would very much be appreciated.

Many thanks mem
mbmehmet is offline   Reply With Quote
Old 06-21-2011, 11:43 AM   #2
HyperActive Warrior
War Room Member
 
scole954387's Avatar
 
Join Date: Oct 2007
Location: Newfoundland, Canada
Posts: 114
Thanks: 2
Thanked 12 Times in 12 Posts
Social Networking View Member's Twitter Profile 
Default Re: Redirect homepage....Can you do this?

Yes you can redirect any site you want. There are a couple ways of doing it. You can modify the HTML code and and a little JavaScript snippet to redirect the page. Or you can use an htaccess to redirect the visitor as well.

Javascript Redirect:
Javascript Tutorial - Redirect

htaccess redirect generator:
Free .htaccess Redirect Generator

Shannon

Current WSO ->Killer Technique For Finding Actual Google Analytics Reports for 1000s of Domains!

100% of ALL NET REVENUE from the sale of my WSO above will be used on Kiva.org!!!
scole954387 is offline   Reply With Quote
Old 06-21-2011, 11:46 AM   #3
HyperActive Warrior
War Room Member
 
Join Date: Aug 2010
Posts: 175
Thanks: 37
Thanked 15 Times in 12 Posts
Default Re: Redirect homepage....Can you do this?

Quote:
Originally Posted by scole954387 View Post
Yes you can redirect any site you want. There are a couple ways of doing it. You can modify the HTML code and and a little JavaScript snippet to redirect the page. Or you can use an htaccess to redirect the visitor as well.

Javascript Redirect:
Javascript Tutorial - Redirect

htaccess redirect generator:
Free .htaccess Redirect Generator

Shannon
Thanks for the response shannon much appreciated. Just to clarify, so, I can redirect the homepage of one domain to an inner page of another domain?

thanks for the links by the way, much appreciated.
mbmehmet is offline   Reply With Quote
Old 06-21-2011, 11:58 AM   #4
HyperActive Warrior
War Room Member
 
scole954387's Avatar
 
Join Date: Oct 2007
Location: Newfoundland, Canada
Posts: 114
Thanks: 2
Thanked 12 Times in 12 Posts
Social Networking View Member's Twitter Profile 
Default Re: Redirect homepage....Can you do this?

Yeah. The easiest would be the javascript. You can add the javascript code to the header of any file you want to redirect and just tell it what site to redirect to.

Shannon

Current WSO ->Killer Technique For Finding Actual Google Analytics Reports for 1000s of Domains!

100% of ALL NET REVENUE from the sale of my WSO above will be used on Kiva.org!!!
scole954387 is offline   Reply With Quote
Old 06-21-2011, 12:03 PM   #5
HyperActive Warrior
War Room Member
 
Join Date: Mar 2011
Posts: 116
Thanks: 1
Thanked 15 Times in 15 Posts
Contact Info
Send a message via Skype™ to Cosmit
Default Re: Redirect homepage....Can you do this?

However, if you would like the backlink "juice" to be redirected with it you will use either PHP redirect or HTACCESS.

It's quite simple to do in both. In PHP make a new file:

<?php
Header('HTTP/1.1 301 Moved Permanently');
Header('Location: http://yournewdomain.com/page.html');
?>


HTACCESS

redirect http://yournewdomain.com/page.html

Javascript won't pass the link juice since it's not server-sided and doesn't send 301 headers.
Cosmit is offline   Reply With Quote
Old 06-21-2011, 12:35 PM   #6
HyperActive Warrior
War Room Member
 
Join Date: Aug 2010
Posts: 175
Thanks: 37
Thanked 15 Times in 12 Posts
Default Re: Redirect homepage....Can you do this?

Thanks guys much appreciated. Just what I needed. Now i can get back to work :-)
mbmehmet is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
homepagecan, redirect

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 06:54 AM.