
02-01-2012, 11:23 AM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,390
|
|
Quote:
Originally Posted by bangsters
yeah looks like mod rewrite for wordpress isn't working properly. Our other sites using mod rewrite though are fine (zencart sites)... but the wordpress ones are not loading properly....
|
pls enable rewrite logging to troubleshoot the rewrite rules issue.
for apache vhost, add line "Rewrite Loglevel 9" in httpd.conf
for LSWS native vhost, enable rewrite logging via Admin CP (Configuration => Virtual Hosts => vhost => Rewrite => Enable Rewrite: Yes, Log Level: 9)
rewrite entry should have "[REWRITE]" tag (in error.log or error_log)
|