Hi ALL,
I have setup a .htaccess file hotlinking protection on one of my php form files in order to prevent using it from outside of my site.
My question is: how is it easy for a hacker to o...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_23248501.htm...
Five web pages have been set a access control by using .htacess (they are in different directory). Is there any way to let someone e.g helpdesk, administrator to access this five pages (They do no...
http://www.experts-exchange.com/OS/Linux/Administration/Q_10317704.html
Zones:
Linux AdminDate Answered: 03/31/2000 Grade: A Views: 0
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 Grade: A Views: 4
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 Grade: A 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 Grade: A 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 Grade: B 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...