LOSTBOY Posted April 28, 2010 Share Posted April 28, 2010 I have added authentication script like below @ my htaccess AuthUserFile /var/www/mydomain.com/.htpasswd AuthGroupFile /dev/null AuthName "Authentication required" AuthType Basic <Files "*"> require valid-user </Files> Is there is any way to bypass this authentication for a particular url with specific get variables like http://mydomain.com/index.php?m=file&action=upload Please give me your ideas and suggestions ...to solve this.. Link to comment https://forums.phpfreaks.com/topic/200000-bye-passing-the-htaccess-authentication-according-to-the-query-string/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.