Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 2 of 2

This is a discussion on Help in problem domain + website in the Shared & Semi-Dedicated forum
Hi all, I'm using shared hosting account in JaguarPC and I have one question: My primary domain is tnlsolutions.com, and I added one other domain ...

  1. #1
    JPC Member
    Join Date
    Nov 2007
    Posts
    33

    Exclamation Help in problem domain + website

    Hi all,
    I'm using shared hosting account in JaguarPC and I have one question:
    My primary domain is tnlsolutions.com, and I added one other domain to Jaguar account, is duantinhoc.com . I put alot of websites in duantinhoc/Clients folder ( for example http://www.duantinhoc.com/Clients/mobicheck ) , now I want the set up when users type http://www.tnlsolutions.com/Clients/mobicheck , then they can still see this website but real address is http://www.duantinhoc.com/Clients/mobicheck

    Thanks for your help.

    TNLSolutions.com

  2. #2
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    In .htaaccess do something like this:
    Code:
    RedirectMatch 301 ^Clients/(.*)$ http://www.duantinhoc.com/Clients/$1
    This will do a 301 (permanent) redirect (which basically tells search engines to index the destination URL only) any time someone tries to use a tnlsolutions.com/Clients address, forwarding them to an identical address on duantinhoc.com instead.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •