The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hello,
I want to make a redirect like this through .htaccess: My main domain name: abc.com When a user enters the URL(http://z.abc.com) in the browser then redirect to this url http://www.abc.com/forumdisplay.php?f=262 how can i do that
|
|
#2
|
|||
|
|||
|
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^z.abc.com [NC]
RewriteRule ^(.*)$ http://www.abc.com/forumdisplay.php?f=262
/$1 [R=301,L]
|
| Благодарность от: | ||
| RichieBoy67 | ||
|
#4
|
|||
|
|||
|
Quote:
Quote:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|