View Single Post
  #2  
Old 01-09-2009, 03:23 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
/index.php/admin/ is not a real file I think, you may have to create a context like "/admin/" have it protected, then use rewrite rule to rewrite it to "/index.php/admin/", it may work.

Or, just let index.php to handle it. request a password when path_info is "/admin/".
Reply With Quote