The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#4
|
|||
|
|||
![]()
RewriteEngine On
RewriteBase / RewriteRule (.*) http://www.mysite.com/forum/$1 [R,L] RewriteCond %{REQUEST_URI} !^/phpmyadmin RewriteRule ^(.*)$ phpmyadmin/$1 [L] RewriteCond %{REQUEST_URI} !^/newsubdir RewriteRule ^(.*)$ newsubdir/$1 [L] If you want to add more subdir's just adjust the last two lines and rename the phpmyadmin/newsubdir to your new dir name. As well, htaccess if far more efficient than having php do the redirects for you. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|