Litespeed fastCGI problems?
fuel works great on WAMP. I moved it to production server which is running litespeed and fastcgi and the front end of the website works great. when I access fuel login it loads. After I log in I average about three clicks before it just sits there and stops working. It will not load any more pages. If I type in fuel/login it will load and I can then log in and click about 3 times and it does the same thing.
I turned off litespeed and used apache and there seems to be no problems.
Any idea on why this is happening or what settings I need to update or change.
In the htaccess file I did try both
RewriteRule .* index.php/$0 [L]
RewriteRule .* /index.php/$0 [L]
and that did not help or make a difference. Any advise on this would be great.
Comments