The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
url.com/username
Hi, i wondered if some one know how I using mod_rewrite could make "url.com/username" be the url to the user profile?
|
#2
|
||||
|
||||
you could do it with an .htaccess file, but not sure what the code is offhand
edit: something like this should work Code:
RewriteEngine On RewriteRule ^$ index.php RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?&username=$1 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|