rondog Posted November 22, 2009 Share Posted November 22, 2009 Can php readfile a file in an htaccess password protected directory? Quote Link to comment https://forums.phpfreaks.com/topic/182548-can-php-readfile-a-file-in-an-htaccess-pw-protected-directory/ Share on other sites More sharing options...
premiso Posted November 23, 2009 Share Posted November 23, 2009 Yes, as long as you are not trying to access that directory by curl. .htaccess only effects how it is accessed via the Webserver, not the server itself. (I probably worded that wrong but yea). Quote Link to comment https://forums.phpfreaks.com/topic/182548-can-php-readfile-a-file-in-an-htaccess-pw-protected-directory/#findComment-963656 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.