The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Redirect non-www to www using .htaccess
Hi all!
I've a doubt: I'm trying that when everyone type vidaelectronica.com (which is my wp) would be redirected to www.vidaelectronica.com I've done this with this code: Code:
RewriteEngine on RewriteCond %{HTTP_HOST} ^vidaelectronica.com$ RewriteRule ^(.*)$ "http\:\/\/www\.vidaelectronica\.com\/$1" [R=301,L] vidaelectronica.com/forum/x/xx-x-x-x-xxx.html to http://www.vidaelectronica.com/forum...x-x-x-xxx.html How can I do that? Thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|