Htaccess protected root except index.php

Hi,

is there any way to protected my site root with user/pass when trying to access any page except the homepage?

Turb

turb,

NOT that I know of.

If I were trying to do that, I’d use PHP sessions and require a session to be active (passed your login) to be presented with any script other than index.php - OR move all your protected files to another directory.

Regards,

DK