|
/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/".
|