View Single Post
  #2  
Old 06-01-2012, 10:13 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,339
make sure htaccess is honored.

admin cp => server => general => htaccess:
Allow Override => at least FileInfo check
Access File Name => .htaccess

also enable DEBUG log level (admin cp => Server => Log => Server Log)
Log Level => DEBUG
Debug Level = Low

check error log and see if htaccess is read (HTAccess in log entry).

Quote:
2012-06-01 13:27:14.094 [DEBUG] [HTAccess] Updating configuration file [/home/lstestc/public_html/.htaccess]
2012-06-01 13:27:14.094 [DEBUG] [HTAccess] No change in configuration file [/home/xxxxx/.htaccess].
2012-06-01 13:27:14.094 [DEBUG] [HTAccess] Updating configuration file [/home/xxxxx/.htaccess]
2012-06-01 13:27:14.094 [DEBUG] [HTAccess] No change in configuration file [/home/xxxxx/.htaccess].
Reply With Quote