PDA

View Full Version : Few Cpanel user problems


dbMG
06-19-2007, 05:50 AM
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%20need%20to%20login)
- 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
06-19-2007, 08:06 AM
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.