vBulletin Search Engine Optimization
This is a discussion on Hi, Can VBSEO Recdirect Zoints SEO URLS?? within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; Can we have vbseo to redirect all zoints urls? Urls are in the following format: forums.domain.com/forum-name-fid.html forums.domain.com/forum-title-tid.html Thanks....
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Hi, Can VBSEO Recdirect Zoints SEO URLS??
Can we have vbseo to redirect all zoints urls? Urls are in the following format: forums.domain.com/forum-name-fid.html forums.domain.com/forum-title-tid.html Thanks. |
|
#3
| |||
| |||
|
Thanks, I have two licenses and want to buy another one but currently I have zoints Installed.
|
|
#5
| |||
| |||
|
Ok one Last thing, I have zoints, tags installed which works fine, will vbseo handle this, tags are really important. If yes I will add another license to my already existing one's.
|
|
#6
| ||||
| ||||
| Quote:
vBSEO is compatible with Zoints Tags - I have both running at New Zealand Boards
__________________ Ace Shattock / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | vBulletin Hosting |
|
#7
| |||
| |||
|
Thanks I ordered my third license. Any help on redirecting zoints url to new vbseo urls? and tags |
|
#8
| ||||
| ||||
|
Not from me, I'm afraid I am still at the reading stage of .htaccess, I can't write rules without killing my server over and over. Luckily, we have some far more skilled people here. I believe you will need to post your current .htaccess and an example of a forumdisplay and showthread url as they are now, and as you would like them to be with vBSEO. Post them here and someone will have a suggestion.
__________________ Ace Shattock / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | vBulletin Hosting |
|
#9
| |||
| |||
|
Thanks, here is my .htaccess Code: RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
threaddisplay = /thread-title-t3855.html |
|
#10
| ||||
| ||||
|
Please try to add the following in your new vBSEO's .htaccess right after "RewriteEngine on" line: Code: RewriteRule ^[^/]*-f([0-9]+)(?:p([0-9]+))\.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$2 [L] RewriteRule ^[^/]*-t([0-9]+)(?:p([0-9]+))\.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$2 [L]
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#11
| |||
| |||
|
Hope this works as I have just purchased vbseo and I have got zoints installed at the moment , as this thread is relevant can I ask will I need to uninstall zoints first ?
|
|
#13
| |||
| |||
|
Thankyou , wow that was easy Uninstalled zoints seo installed vbseo , used the above htaccess for my zoints links , seems to be working great Nice work everyone at vbseo |
|
#14
| |||
| |||
|
Damn spoke too soon , one of my old urls is like this from zoints : /forum/showthread.php/wicked_musical_request-32625.html?p=210397 Now that link just gives me "Page not found" Please help , I have tried the above htaccess This is where the page is located now : /forum/free-mp3-ringtones/32625-wicked-musical-request.html |
|
#15
| |||
| |||
|
This is my current .htaccess Options +FollowSymlinks RewriteEngine on # Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums/) #RewriteBase /forum/ #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.us #RewriteRule (.*) http://www.yourdomain/forum/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{QUERY_STRING} !vbseourl= RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron) RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$ RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA] Last edited by acegames; 12-04-2007 at 07:45 PM. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Google Sitemap-Listing of old url's option-from 1.7 | T2DMan | Member Articles | 0 | 04-02-2006 09:46 AM |