The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mod Rewrite with vb Blog.
Anyone tried mod rewrite with vb Blog?
Right now the blog address is: http://address/blog.php?u=123456 where $_GET['u'] is the user id. Anybody managed to change it to username based instead? http://localhost/username/ ? |
#2
|
||||
|
||||
<a href="http://www.vbseo.com" target="_blank">www.vbseo.com</a>
|
#3
|
|||
|
|||
Based on https://vborg.vbsupport.ru/showthread.php?t=81914
Code:
# turn the Apache MOD_REWRITE engine on RewriteEngine On # this first rule will catch the "blank" entry into the # Forums directory, taking the user to the main forum page - change as appropriate RewriteRule ^$ index.php # this next entry will catch everything else and pass # it to the member.php engine for processing in # the "member" section RewriteRule (^[-_A-Za-z0-9\ ]*$) blog.php?&u=$1 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|