vBulletin Search Engine Optimization
This is a discussion on sub-domains for members username within the Feature Requests forums, part of the vBSEO SEO Plugin category; What exactly doesn't work for you? You can also check this thread for more details: http://www.vbseo.com/f9/rewrite-confusion-help-10017/...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
#16
| ||||
| ||||
| What exactly doesn't work for you? You can also check this thread for more details: Rewrite confusion - help
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#18
| ||||
| ||||
| Did you setup alias subdomains? First of all, you should set your domains so that "after.domain.com" opens your forum homepage, and only AFTER that you can start setting up vBSEO rewrite for member subdomains.
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#19
| ||||
| ||||
| How can i set domain alias? |
|
#20
| ||||
| ||||
| It is described in the thread I linked to in previous message. It depends on your hosting control panel software though.
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#21
| ||||
| ||||
| I am using cpanel and i didnt find anything about setting domain alias with cpanel in the previous thread. |
|
#22
| ||||
| ||||
| I believe that it should be Web Host Manager (WHM) cPanel product.
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#24
| ||||
| ||||
| Yes, a similar approach may be used in this case.
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#25
| ||||
| ||||
| right on Well, I'll try the suggestions in this thread and we'll go from there |
|
#26
| |||
| |||
| I use 123flashchat that lists the chatters in the format of member.php?username=$1 - what would the custom rewrite rule be to rewrite to http://[user_name].domain.com Thanks in advance. |
|
#27
| ||||
| ||||
| You can use this: Code: 'member\.php\?username=(.+)' => 'http://$1.domain.com'
__________________ Oleg Ignatiuk / Crawlability Inc. vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#28
| |||
| |||
| thanks again Oleg |
|
#29
| |||
| |||
| Yay, got it working. Just one small point that will stop it working. In the CP :- Quote:
Code: http://[user_name].mysite.com/ Thanks for the guide. W.> |
|
#30
| |||
| |||
| Hello, This is still confusing for me, I did this: 1. Add to .htaccess: Code: RewriteCond %{HTTP_HOST} !^www\.
RewriteCond %{HTTP_HOST} ^(.+)\.domain\.com
RewriteRule ^$ vbseo.php?vbseourl=http://%1.domain.com/&%{QUERY_STRING} [L]
2. Add this to CRR: Code: 'member\.php\?username=(.+)' => 'http://$1.domain.com' I also use vBSEO 3.1.0 |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| multiple domains pointing to forum | MMAFan | General Discussion | 11 | 12-17-2005 08:24 AM |
| Bug: Username Selection with Ajax Dynamic Username List | rob | Bug Reporting | 4 | 11-21-2005 10:58 AM |
| strange username causing strange behavior | Haakon | Bug Reporting | 2 | 10-20-2005 06:38 PM |