I have an htaccess file in a directory that I password protect. This works great if you navigate to the directory itself ie 10.1.4.4/test/admin/test.php
But the site design that I am working with passes everything through includes ie.
10.1.4.4/test/index.php?include=admin/test.php
This kills the htaccess password protection.
I was wondering if there is any way in an include to accept the htaccess directives?