The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Would a 301 redirect work better?
|
#12
|
|||
|
|||
I am not an expert on this, but i think the order based on performance is:
- Webserver config. - .htaccess - Page redirect |
#13
|
||||
|
||||
Doesn't matter much. If it's configured in the Webserver but still AllowOverride is set Apache will still look for .htaccess.
For - for VB fastest would be something like: Quote:
|
#14
|
||||
|
||||
Quote:
|
#15
|
|||
|
|||
httpd-vhost.conf (or just vhost.conf):
HTML Code:
<VirtualHost YOUR.IP.HERE:80> DocumentRoot /direct/folder/to/your/forum ServerName forum.yourdomain.com ServerAdmin admin@yourdomain.com ScriptAlias "/cgi-bin/" "/direct/folder/to/your/forum/cgi-bin/" ServerAlias www.yourdomain.com forum.yourdomain.com anything.yourdomain.com ErrorLog logs/www-error.log Options ExecCGI Indexes FollowSymLinks </VirtualHost> |
#16
|
|||
|
|||
Thanks....I will give it a try. :up:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|