View Single Post
  #2  
Old 05-16-2012, 01:35 PM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,337
Adding Env should be working in LSWS. You can enable rewrite logging to verify by adding 'RewriteLogLevel 9' in httpd.conf and look for [REWRITE] entries in error_log.

However, the added env would not reflect in $_ENV but $_SERVER.

For your case, a workaround is to create .htaccess in folder /path/to/admin to allow access:
Quote:
Allow From All
Satisfy Any
Reply With Quote