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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.