The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
URL Question
If I go to kh-flare.net, I appear logged out. However, if I go to www.kh-flare.net/forum.php, I don't.
I've read about this with other users experiencing the same, and it's a setting that needs to be changed in the Admin CP, isn't it? |
#2
|
|||
|
|||
You need to add a .htaccess file so you cant remove the www
|
#3
|
|||
|
|||
Use this to force non www urls to 301 redirect instantly to urls with .www
Sorry but it's a little late at night, I'll let you replace the domain names in the example below. Code:
### BEGIN CLOUDFLARE REWRITE (domainB.com to www.domainB) RewriteEngine on RewriteCond %{HTTP_HOST} ^video-game-chat.com$ [NC] RewriteCond %{SERVER_PORT} ^80$ RewriteRule ^(.*)$ http://www.video-game-chat.com/$1 [R=301,L] ### END CLOUDFLARE REWRITE ################### |
#4
|
|||
|
|||
cookie domain set to .kh-flare.net
|
#5
|
|||
|
|||
Resolved.
I changed that one Cookie Path option from (blank) to .kh-flare.net. |
#6
|
||||
|
||||
I hope you mean Cookie Domain, not Cookie Path.
|
#7
|
|||
|
|||
Yeah, that one. Sorry.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|