The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
When i go to my website without www it will keep my longin info and such but my shoutbox wont load if i then proceed to add www it will then make me re log on and the shoutbox will work does anyone know why this is happening
|
|
#2
|
||||
|
||||
|
Anyone Have Any Suggestions
|
|
#3
|
|||
|
|||
|
Build a htaccess file which 301 redirects all connections from www.sitename.com to sitename.com
Code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.sitename.com$
RewriteRule (.*) http://sitename.com/$1 [R=301,L]
|
| Благодарность от: | ||
| gdavis480 | ||
|
#4
|
||||
|
||||
|
worked like a charm thanks alot
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|