rv20 Posted May 25, 2009 Share Posted May 25, 2009 know how to htacess and htpsword to protect folders, AuthName "Restricted Area" AuthType Basic AuthUserFile /server/htdocs/.htpasswd AuthGroupFile /dev/null require valid-user for exmaple. If you have a directory in say /server/htdocs/mypage/ and you want to allow access to certain files in /mypage but you also have an htacess file in the root directory /server/htdocs, then how do you do that??? confused! ??? Link to comment https://forums.phpfreaks.com/topic/159585-protecting-access-to-folders-files/ Share on other sites More sharing options...
dreamwest Posted June 12, 2009 Share Posted June 12, 2009 Upload another htacces to your directory /server/htdocs/mypage/.htaccess or if you dont want ppl sniffin your files RewriteRule ^mypage/(.*) http://www.site.com Link to comment https://forums.phpfreaks.com/topic/159585-protecting-access-to-folders-files/#findComment-854393 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.