Haerta Posted September 2, 2003 Share Posted September 2, 2003 Hello! I have a .htaccess protected <directory>, that needs a username/password to be opened. I want all local php scripts to be able to scan this directory or to load data from it? how can i do this? I tried to use PHP: apache_setenv(_local_, \"\") function with the directive: allow from env=_local_ but this function is known to be infunctional (apache crashes on my machine, no matter what env_variable I want to define) I tried to use SetEnvIfNoCase SCRIPT_FILENAME \"SetEnvIfNoCase SCRIPT_FILENAME \"H:/_webroot_/test.php\" _local_ with allow from env _local_ but access is denied but the ouput of $_SERVER[\'SCRIPT_FILENAME\'] is \"H:/_webroot_/test.php\"! Is it possible to use PHP: apache_note() for this purpose? I can\'t find any suitable information about how to read the notes with apache. thx for any reply. machine: windows XP Pro, Apache 2.43, PHP 4.32 Link to comment https://forums.phpfreaks.com/topic/975-automatic-apache-authentication-for-local-php-scripts/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.