The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mod_rewrite Question
Hi,
I am trying to redirect someone when they type in the following but no idea how to do it using the mod_rewrite way using .htaccess When they type in this I want them to be rediected here. Type : http://mysite.com/mail/ Goto ===>> http://mysite.com/cgi-bin/qmailadmin/ Type : http://mysite.com/webmail/ Goto ===>> http://mysite.com/horde3/ |
#2
|
||||
|
||||
Quote:
RewriteEngine on RewriteRule ^webmail horde3 RewriteRule ^mail qmailadmin This assumes that nothing appears after mail, so its not mail/somefile.php?foo=bar If you want to keep the stuff after mail, use RewriteEngine on RewriteRule ^webmail/(.*) horde3/$1 RewriteRule ^mail/(.*) qmailadmin/$1 |
#3
|
|||
|
|||
Thanks it worked
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|