The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
subdomain for user cp
Hi !
How Can I use a sub domain for user cp .. like my.myforum.com ? Thanks in advance |
#2
|
||||
|
||||
I haven't seen any instructions on how to do it like you wrote, but there is an article in the articles forums on how to do is as yoursite.com/username (just do a search in those forums).
|
#3
|
|||
|
|||
Try..
Code:
RewriteEngine On Options +FollowSymlinks RewriteBase / Rewrite Rule for my.myforum.com RewriteCond %{HTTP_HOST} my.myforum.com$ RewriteCond %{REQUEST_URI} !usercp.php RewriteRule ^(.*)$ usercp.php$1 |
#4
|
|||
|
|||
Quote:
but I am trying another method , renamed usercp.php and moved it to required directory and then manually edited all templates |
#5
|
|||
|
|||
That seems like an easier method. Probably not the best though
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|