Activity Stream
48,167 MEMBERS
6818 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member

    Default best way to move a subdoamin to its own domain name

    I have 40k+ indexed google pages for one of my subdomains called name; like
    http://name.mysite.com

    now i want to move this subdomain to its own domain name like
    http://www.name.com

    but at the same-time i want to keep all the already indexed links valid; that is all pages like

    http://name.mysite.com/nme.php?var=....

    should automatically redirected to

    http://www.name.com/nme.php?var=....

    how can I achieve something like that ?
    Tigger Reviewed by Tigger on . best way to move a subdoamin to its own domain name I have 40k+ indexed google pages for one of my subdomains called name; like http://name.mysite.com now i want to move this subdomain to its own domain name like http://www.name.com but at the same-time i want to keep all the already indexed links valid; that is all pages like http://name.mysite.com/nme.php?var=.... Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member

  4.     
    #3
    Member
    Thank you...
    someone mentioned to use this
    Code: 
    #Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^name.mysite.com$
    RewriteRule ^(.*)$ http://www.name.com/$1 [R=301,L]
    in my .htaccess

  5.     
    #4
    Member
    Website's:
    ServeDome.com
    Yes it will work if you put that code in your .htaccess

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to move DLE in new host
    By GoldFreind in forum DLE
    Replies: 2
    Last Post: 21st Sep 2012, 03:43 PM
  2. KWWH Should Move To vb4?
    By Suhel in forum Polling Plaza
    Replies: 34
    Last Post: 16th Jun 2012, 07:55 PM
  3. Would you Suggest me to Move to Custom Domain
    By Shahrukh in forum Webmaster Discussion
    Replies: 0
    Last Post: 1st Aug 2011, 06:01 PM
  4. How to move thread?
    By cotufa-ssdd in forum Tutorials and Guides
    Replies: 1
    Last Post: 3rd May 2011, 02:04 AM
  5. Move Over Wii?
    By ACE in forum General Discussion
    Replies: 6
    Last Post: 13th Mar 2010, 02:49 AM

Tags for this Thread

BE SOCIAL