1
limecity
missing www causing problems
  • 2008/12/20 6:06

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


I found out that if the XOOPS site address is access without the WWW,
then session might not load. and the login box will be shown even though its "remember me".

if access the site with the www on the url. everything works ok.


why does this happen? using the latest XOOPS btw.

http://www.mounthiking.com
all your hiking gears and gadgets


2
ghia
Re: missing www causing problems
  • 2008/12/20 10:47

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Maybe it is a flaw in the session handling.

To have always a www, put this in your .htaccess:
Options +FollowSymlinks
RewriteEngine On
RewriteCond 
%{http_host} ^yoursite.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]

3
limecity
Re: missing www causing problems
  • 2008/12/20 12:15

  • limecity

  • Friend of XOOPS

  • Posts: 1602

  • Since: 2003/7/6 0


problem solved ! thank you ghia
http://www.mounthiking.com
all your hiking gears and gadgets


Login

Who's Online

140 user(s) are online (116 user(s) are browsing Support Forums)


Members: 0


Guests: 140


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits