Can I permanently redirect/forward a domain to a subpage on a different website?

7 replies
Hey guys, I know how to redirect a domain to another domain, but is there an 'easy' way to redirect a top-level domain to a subpage of a separate website?

For example, "xxx.site1.com" redirects to "xxx.site2.com/subpage1/"

Or is this even possible?

Thanks.
#domain #permanently #redirect or forward #subpage #website
  • Profile picture of the author Nail Yener
    Sure you can. If your website is on an Apache server, you can do that with a .htaccess file. Create a file with notepad and name it .htaccess without any extensions. Insert the following code into that file:

    Code:
    Redirect 301 / http://www.site2.com/subpage1/
    Upload the .htaccess file into the root directory of site1 (where its index file is).
    {{ DiscussionBoard.errors[4982726].message }}
  • Profile picture of the author becanada
    engines will catch this ; only way if SEO is important is to "scrap" the page on remote server; and serve it up as a page on your current server.
    Signature

    David Belton , CEO, Becanada Internet Marketing Center, Since 1995, Over 50,000 How To Marketing Resources; Tools, and Software to automate internet marketing and increase sales/traffic: http://www.becanada.com/

    Automate Advertising up to 200 times faster to 1000s of sites, own submitter[s]:
    http://power.becanada.com/?warrior_sig

    {{ DiscussionBoard.errors[4988451].message }}
    • Profile picture of the author tomsommer
      You can use a meta tag html code as well included in your main domain's index file.

      PHP is able to do a forwarding, as well.
      {{ DiscussionBoard.errors[5021920].message }}
  • Profile picture of the author Kacy Carlsen
    If you have cPanel this is very easily done without doing manual .htaccess
    Video tutorial for you...
    How to manage URL Redirects from cPanel

    Hope that helps
    {{ DiscussionBoard.errors[5022149].message }}
  • Profile picture of the author John Williamson
    Thanks for the tips guys. Would the process still be possible if I want to redirect a subpage on site 1 to a subpage on site 2?
    Signature
    The Google Adwords Keyword Tool is hiding your valuable keywords!
    OFFLINERS, Start using this simple technique and these 6 "weapons" today to get more clients and skyrocket your conversions! - FREE, no opt-in.
    Make some money by helping me market this idea.
    {{ DiscussionBoard.errors[5064906].message }}
    • Profile picture of the author Don Art
      Just noticed there was a programming area - at least I know something about this subject. IM not so much...

      Yes, you can redirect any page to any page - "sub" or not.

      Are you redirecting from a specific sub-page or from a specific type of sub-page? (for example: from a page xyz.html OR from any page in a certain directory?)
      {{ DiscussionBoard.errors[5066148].message }}
  • Profile picture of the author ericbryant
    I simply do this inside my web hosting cpanel. All the other methods are much more complexicated IMHO. Try it, you'll like it!
    Signature
    www.CoreZero.com
    - Social Media Marketing Strategy & Consulting

    - Custom Wordpress Website Design & Blogs

    - Wordpress Speed Demon? Click Here!

    - Live the life you love... now!
    {{ DiscussionBoard.errors[5084054].message }}

Trending Topics