Few Cpanel user problems

#1
Hello all!

I've manage to run litespeed 3.1.1 with PHP 5.2.3 on Cpanel server, but i came with problems so i cannot turn off apache before i find solution:

- Joomla CMS Administration login stops working (i get redirected to http://domain/administrator/index.php?mosmsg=You need to login)
- Some users got redirect loop made with their mod_rewite rule:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^renault.domain.net$ [OR]
RewriteCond %{HTTP_HOST} ^www.renault.domain.net$
RewriteRule ^(.*)$ http://www.domain.net/renault/index.php [R=301,L]
There is no single error in stderr.log or error.log about that. Only in aministration under ERROR i have "[[HTAccess]] rewrite: unknown server variable while parsing: VALUES".

I'll be happy if someone can help on this.

Regards.

Gorazd M.
 

mistwang

LiteSpeed Staff
#2
You can run LiteSpeed with port offset and turn on debug logging with "Debug Level=HIGH", for the vhost have rewrite problem, add "RewriteLogLevel 9" to the vhost configuration section in httpd.conf.

If you cannot figure out what is wrong, please PM me the real URL, I can take a look.
 
Top