The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Code:
RewriteCond %{HTTP_HOST} ^adminfuel.com [nc]
RewriteRule ^(.*)$ http://www.adminfuel.com/$1 [r=301,nc]
Code:
RewriteCond %{HTTP_HOST} ^adminfuel.com
RewriteRule ^(.*)$ http://www.adminfuel.com/$1 [r=301,nc]
Code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^example\.com
RewriteRule (.*) http://example.com/$1 [R=301,L]
and Code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoursite.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]
|
|
#2
|
|||
|
|||
|
Nothing as i can see only they have been written on different text editors...Or two differrent coders..
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|