How can I add/remove user in .htaccess through my PHP Script?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20109368.htm...
Zones:
PHPDate Answered: 04/25/2001 Rating: 7.6 Views: 0
Hi,
I would like to log usernames and IP Addresses which logged in to my website.
I'm using basic authentication ( .htaccess and Auth users file )
How can I do it ?
Can I do it without usin...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_20250052.htm...
Please can you advise how I can stop hackers from getting at my directories
My site allows customers to download files.
I need to restrict access to these files, I know I can setup a directory wi...
http://www.experts-exchange.com/Security/Misc/Q_20349230.html
Zones:
SecurityDate Answered: 11/16/2003 Rating: 5.2 Views: 0
How would i choose the directories where Options -Indexes doesn't apply? It's just one dir actually, where people can view/download the files, for other dirs they would get 403 error.
thank you
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_20505903.htm...
The only way I really now how to protect directories is with the htaccess file.
But it's not doing what I need...and perhaps I should explore another method? Anyway...
What I'd like to do, i...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20598982.html
Zones:
PerlDate Answered: 04/30/2003 Rating: 7.4 Views: 0
I have a CGI script that runs from and HTML page.
The HTML page is protected by .htaccess.
If someone attempts to access the CGI script directly (ie. by entering it right in the URL Address Box),...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20739215.html
Hi, I have multiple directories of images I wish to restrict from all domains exect mydomain.com and myotherdomain.com. How do I do that?
Thanks
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20751022.htm...
Zones:
ASPDate Answered: 09/29/2003 Rating: 7.2 Views: 0
i currently use this code in a htaccess file for login authentification before access
AuthUserFile /password file location
AuthGroupFile /dev/null
AuthName "Admin CP"
AuthType Basic
<Lim...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_20901802.htm...
Hi!
We need our website to automatically redirect a user if they type http://domain.com to http://www.domain.com
I uploaded the a .htaccess file to our root directory containing the following...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21057360.html
we have an .htaccess file and it doesnt work. Why foesnt the following work?
redirect 301 /con/dex.php?id=8 http://www.website.org/dir/goto.php?mem=8
redirect 301 /con/dex.php?id=9 http://www....
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21173714.htm...
Zones:
PHPDate Answered: 10/19/2004 Rating: 9.4 Views: 0