ThePlatoon.com
September 06, 2008, 01:55:54 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: WELCOME! As you can see we have changed forum systems, for good I hope.
 
  Home   Forum   Help Search Calendar Login Register  
  Shop Gallery  
Pages: [1]   Go Down
  Print  
Author Topic: Force the www  (Read 548 times)
0 Members and 1 Guest are viewing this topic.
Autoload
Full Member
***

Rep: 6
Offline Offline

Posts: 197
330.50 credits

View Inventory
Send Money to Autoload

View Profile WWW
« on: November 18, 2007, 01:03:34 AM »

Since it appears as though you are using "www" in some links and not others AND the fact the site is all cookie based may I suggest forcing the www in all your URL's because going from http://theplatoon to http://www.platoon.com (and back/forth) will cause a user to be logged in one page and logged out in another.  It is also better to force the www for search engine optimization and to have conformity through the site.

If you are not aware, this is done by placing the following in your .htaccess file in your root web directory.  (Note - If you already are calling the rewrite engine on you don't have to do it again, just drop the two lines below that)

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
Logged

"There's no place like 127.0.0.1"
Dr.Jeckyl
d(-_-)b
Administrator
Hero Member
*****

Rep: 31
Offline Offline

Posts: 3247
2961.00 credits

View Inventory
Send Money to Dr.Jeckyl

jumbo723@hotmail.com drjeckyl723
View Profile WWW
« Reply #1 on: November 18, 2007, 03:07:51 AM »

You just fixed about 3 problems I've been having. I've forgotten about the 301 and forcing the www.

Much appreciated Autoload. Thumbs up 2
Logged

Quote from: BajaBravo
Not knowing what 2girls1cup was, I googled it. Now I hate you.
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC
SMF Theme © Gaia
Valid XHTML 1.0! Valid CSS!