The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]() Quote:
Thanks guys, it worked with following: (and yes there were some conflicting rules from default vb) Code:
RewriteRule tags/([^.]+)\.html /talk/tags.php?tag=$1 [L,R=301] Its like : Code:
http://domain.com/members/username/albums/my-updates/2451-user-privacy-security.jpg I did this : Code:
RewriteRule members.+/([\d]+)-.+\.jpg http://domain.com/talk/attachment.php?attachmentid=$1 [L,R=301] No matter how much I read about regex, its always confusing for me, can you guys confirm if I read it correct : [^/] mean any character except / so, [^./] means any character exept . and / am I reading it right ? --------------- Added [DATE]1443051370[/DATE] at [TIME]1443051370[/TIME] --------------- Well.. I donno but now its working .. for precaution I have added condition for attachment url redirect: Code:
#image attachment RewriteCond %{REQUEST_URI} /albums/ [NC] RewriteRule members.+/([\d]+)-.+\.jpg http://domain.com/talk/attachment.php?attachmentid=$1 [L,R=301] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|