Page 1 of 6 1 2 3 4 5 6 LastLast
Results 1 to 15 of 77

sub-domains for members username

This is a discussion on sub-domains for members username within the vBSEO Features Archive forums, part of the vBulletin Links & Resources category; Considering many members are creating a myspace type look for their members profiles page, with comments, ratings etc etc I ...

  1. #1
    Member
    Join Date
    Oct 2005
    Location
    United Kingdom
    Posts
    82
    Liked
    0 times

    sub-domains for members username

    Considering many members are creating a myspace type look for their members profiles page, with comments, ratings etc etc

    I think it would be great if we could have usename.domain.com to offer are users.

    think its a good idea?

  2. #2
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,266
    Liked
    585 times
    Your request is not exactly the same as (Can VBSEO do this? If so then I will buy it TODAY), you want to have:
    Code:
    usename.domain.com
    instead of:
    Code:
    profiles.domain.com/usename
    But it should be possible too, use the following URL format:
    Code:
    http://[user_name].mysite.com
    and .htaccess entry:
    Code:
     
    RewriteCond %{HTTP_HOST} !^www\.
    RewriteCond %{HTTP_HOST} ^(.+)\.domain\.com
    RewriteRule ^$ vbseo.php?vbseourl=http://%1.domain.com/&%{QUERY_STRING} [L]
    If you test it, let me know how it goes

  3. #3
    Member
    Real Name
    chris
    Join Date
    Jan 2006
    Posts
    38
    Liked
    0 times
    I think doing it this way is risky because someone can create a account call support.yoursite.com and some other crazy account name that will make their profile link seems like its affiliated with your site and god knows how some of your current subdomains will turn out to be after the rewrite

  4. #4
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    Add "support" to the disallowed usernames in vBulletin.

  5. #5
    Member
    Join Date
    Oct 2005
    Location
    United Kingdom
    Posts
    82
    Liked
    0 times
    Considering I don't have any subdomains so its not a problem. Its not risky because theres only so much a user can do with his/her profile and its very easy to disallow usernames, as Congsoft suggested.

    I'll try this out maybe a option in the CP would be better

  6. #6
    Member
    Real Name
    chris
    Join Date
    Jan 2006
    Posts
    38
    Liked
    0 times
    hey juan, I just tried the name.mysite.com and it didn't work

    Last edited by profound; 02-16-2006 at 03:30 PM.

  7. #7
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,266
    Liked
    585 times
    Make sure that you have setup a "mask type domain" to point to the "forums/" folder. So that a domain like "anything.domain.com" will display the forum's homepage.

    Also ensure your rewrite rules are added *above* the original vBSEO rules in .htaccess and your CRR modified accordingly.

    Let me know how it goes..

  8. #8
    Member special K's Avatar
    Real Name
    special K
    Join Date
    Oct 2006
    Posts
    73
    Liked
    0 times
    This is a little confusing . I didnt understand :(

  9. #9
    Senior Member
    Real Name
    Future
    Join Date
    Mar 2006
    Posts
    579
    Liked
    1 times
    Blog Entries
    1
    Setting up sub-domains for membernames = very bad idea from seo point of view (correct me if I am wrong here), specially while using vbulletin forum software script.
    | F | U | T | U | R | E |

  10. #10
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,348
    Liked
    20 times
    Blog Entries
    1
    yup, search engines would see each username as a different site..

    This might be nice though if you don't show your profiles to guest and just want to clean the pages up
    My forums: General Forums | Admin Talk (running xenforo)

  11. #11
    Member special K's Avatar
    Real Name
    special K
    Join Date
    Oct 2006
    Posts
    73
    Liked
    0 times
    i dont show the profiles to guests. and indexing profiles is waste of time i think. so i want to make this modification. if juan can write it step by step i am going to try it , thanks

  12. #12
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,348
    Liked
    20 times
    Blog Entries
    1
    he posted how to up there ^
    My forums: General Forums | Admin Talk (running xenforo)

  13. #13
    Member special K's Avatar
    Real Name
    special K
    Join Date
    Oct 2006
    Posts
    73
    Liked
    0 times
    where will i put this ?
    http://[user_name].mysite.co

  14. #14
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    In vbseocp->member profile URL format.

  15. #15
    Member special K's Avatar
    Real Name
    special K
    Join Date
    Oct 2006
    Posts
    73
    Liked
    0 times
    I tried this and it is not working :(

Page 1 of 6 1 2 3 4 5 6 LastLast

Similar Threads

  1. multiple domains pointing to forum
    By MMAFan in forum General Discussion
    Replies: 11
    Last Post: 12-17-2005, 08:24 AM
  2. Replies: 4
    Last Post: 11-21-2005, 10:58 AM
  3. strange username causing strange behavior
    By Haakon in forum Bug Reporting
    Replies: 2
    Last Post: 10-20-2005, 06:38 PM

Posting Permissions

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