RE: [Phplib-users] Apache .htaccess and auth phplib integration question
Brought to you by:
nhruby,
richardarcher
From: Layne W. <la...@if...> - 2002-09-06 14:07:12
|
> In that case one option is to configure Apache to handle ALL > HTML requests trough PHP (it does not apply to images, though). > But you'd better check out first that you do not break your > /protected_files site. > Hint: configure php to only recognize the long tag ( <?php ) > and not the short version ( <? ). > You should also expect some slowdown in server response time > and increase in cpu usage. If your files are not HTML, then save them outside of the document root. Create a PHP page that lists the directory contents. I believe you could even browse through directories recursively with the Tree class. Layne Weathers Ifworld Inc. |