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?
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 ...
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?
Your request is not exactly the same as (Can VBSEO do this? If so then I will buy it TODAY), you want to have:
instead of:Code:usename.domain.com
But it should be possible too, use the following URL format:Code:profiles.domain.com/usename
and .htaccess entry:Code:http://[user_name].mysite.com
If you test it, let me know how it goesCode:RewriteCond %{HTTP_HOST} !^www\. RewriteCond %{HTTP_HOST} ^(.+)\.domain\.com RewriteRule ^$ vbseo.php?vbseourl=http://%1.domain.com/&%{QUERY_STRING} [L]![]()
Juan Muriente / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
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
Add "support" to the disallowed usernames in vBulletin.
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 outmaybe a option in the CP would be better
![]()
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.
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..
Juan Muriente / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
This is a little confusing . I didnt understand :(
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 |
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)
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![]()
he posted how to up there ^
My forums: General Forums | Admin Talk (running xenforo)
where will i put this ?
http://[user_name].mysite.co
In vbseocp->member profile URL format.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I tried this and it is not working :(