View Single Post
  #2  
Old 10-16-2012, 11:35 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,339
It is better to enable rewrite logging to check where the 404 comes from.

To do that, add the following line to httpd.conf and restart lsws to pick it up. Log will be in /usr/local/apache/logs/error_log.
Quote:
RewriteLogLevel 9
Reply With Quote