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.. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.