News:

Wondering if this will always be free?  See why free is better.

Main Menu

[help] LiteSpeed Technologies ERROR - wierd

Started by Neverhurry, January 01, 2011, 03:33:24 PM

Previous topic - Next topic

Neverhurry

Hi, I need some help on this strange thing i got not long ago, i really don't know why, it is out of possibility, please give me a hand.

the problem is when I type the address of my forum http://www.slfk.org/ then it is OK, it goes into my forum without problem.
But if I just type slfk.org (sometimes i am just lazy), then I got this error:

403 Forbidden
Access to this resource on the server is denied! Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!

and the www address becomes something very wierd after the index.php?, there is a PHPSESSID......:

http://www.slfk.org/index.php?PHPSESSID=fad7253fe8a294450be87c4c956a3391;wwwRedirect

I tried so hard without any clue what happened, i didn't install any mods recently.

In the end I find in admin control panel - configuration - sever settings - Enable compressed output, there I chose this option, could it be the reason? Many thanks in advance.
I am using SMF 2.0.1, curve themes.

Ashley S

To be honest you possibly would get better answers at - http://www.litespeedtech.com/ than here.

flapjack

it is not SMF-related, you see:
http://something.com
http://www.something.com

are completely different addresses. in most cases there is a redirection from www->non-www but not here. what control panel your host is using?

Neverhurry

Quote from: flapjack on January 01, 2011, 05:01:42 PM
it is not SMF-related, you see:
http://something.com
http://www.something.com

are completely different addresses. in most cases there is a redirection from www->non-www but not here. what control panel your host is using?

Thanks, I am using Cpanel.
I am using SMF 2.0.1, curve themes.

flapjack

so you can set the redirection by yourself, just go to Domains > Redirects and set "Redirect with or without www."

Neverhurry

Quote from: flapjack on January 02, 2011, 08:15:51 AM
so you can set the redirection by yourself, just go to Domains > Redirects and set "Redirect with or without www."

Thanks. I did that, but then everytime when I log out I got same error. F... off LiteSpeed....
so weird...
I am using SMF 2.0.1, curve themes.

flapjack

ok, try adding this at the top of your .htaccess file:
RewriteCond %{HTTP_HOST} !^www.domain\.com$
RewriteRule ^/(.*)$ http://www.domain.com/$1 [R=301,L]

Advertisement: