The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[vbseo]Two links, one thread
Hi all,
After several hours, i made my vbseo work with lighttpd. I have the 301 Redirect Original Content But half of the thread have the old links like this: http://www.stylers.com.ar/showthread...711#post267711 But if a enter to the section, and the to the thread it use the new link http://www.stylers.com.ar/f34/se-pod...previas-20389/ Is this ok??? I want all the links in the new form. |
#2
|
||||
|
||||
Problems with vbseo need to be asked on the vbseo forums.
|
#3
|
|||
|
|||
The thing is that i think vbseo its ok, but the re write rules in lighttpd its the problem.
|
#4
|
||||
|
||||
And since you haven't posted those rules, we can't really help with them, can we? And where did you get the rules?
|
#5
|
|||
|
|||
My bad, this is my re write for lighttpd, i tryed the one that vbseo brings but it didnt work
url.redirect = ("webs/stylers.com.ar/htdocs(/.*)$" => "http://www.stylers.com.ar$1") $HTTP["host"] =~ "stylers\.com\.ar$"{ url.redirect = ("^/webs/stylers.com.ar/htdocs(/.*)$" => "http://www.stylers.com.ar$1") server.document-root = "/var/www/webs/stylers.com.ar/htdocs/" #server.document-root = "/var/www/" url.rewrite-once = ( "^/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1", "^(/(vbseo|admincp|modcp|clientscript|cpstyles|images| customavatars|m2-stil|dbtech)/.*)$" => "$1", "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1", "^(/webs/stylers.com.ar/htdocs/.*)$" => "$1", "^/(.+)\?(.*)$" => "/vbseo.php?$2", "^/(.+)$" => "/vbseo.php" ) } |
#6
|
||||
|
||||
If you didn't have VBSEO you wouldn't be rewriting anything, right?
Therefore- best asked on VBSEO forum. If I ran VBSEO i would try to help but I don't so I wouldn't know where to start. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|