The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
Note: none of this is tested
Try this. Don't bother with a rewrite condition. RewriteRule ^/([^/]+)/$ member.php?username=$1 This following example may not work because I don't know if mod_rewrite supports look ahead assertions, but it is a bit more robust (it doesnt try to convert php urls) RewriteCond %{REQUEST_URI} ^/([^./]+)/$|^/([^/]+\.(?!php($|\?))(.*))/$ [NC] RewriteRule ^/([^/]+)/$ member.php?username=$1 Quote:
RewriteRule ^/(.*) http://MyExampleForum.com/member.php?username=$1 [L,R] |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|