Mod_rewrite problem

#1
Hi,

according to my investigation and experiences it seems that LSWS dose not support mod_rewrite, is that true?

and also currently I have some difficulties using joomla CMS on litespeed server for applying SEO friendly.

Please give me some advise if there is a solution to solve this.

Thanks
 

mistwang

LiteSpeed Staff
#2
You can turn on rewrite log by adding

RewriteLogLevel 9

to the vhost configuration to enable rewrite logging, then you can check error log see what happened.
 

mistwang

LiteSpeed Staff
#4
mod_rewrite is built in. You can use the exact same configuration as if Apache is used.

RewriteEngine On

is the directive. Turn on rewrite log, you will see what happened in the error log.
 
Top