Tagged Questions
0
votes
1answer
65 views
Is a .htaccess file completely secure for restricting access to files? [closed]
I'm using a .htaccess file to restrict users from viewing certain types of files on my Apache webserver.
I'm wondering if using .htaccess is a completely secure way of restricting files, and if not, ...
0
votes
1answer
116 views
Same htaccess login for subdomains [closed]
I'm looking for a way to secure a domain and his subdomains with an htaccess with only one login for all.
I currently have a domain for each client like: client.domain.com.
Every client's project ...
6
votes
1answer
328 views
Using .htaccess to restrict access to files
I have 2 domains hosted on the same account but I want to restrict the second one to not access files.
I have abc123.com and zyx987.com.
In my php I do everything I need to display the domain name ...
1
vote
1answer
5k views
Restrict access to specific URL (Apache Tomcat)
how can I restrict access to a specific URL (it is a Tomcat Application Server)? e.g. http://localhost:8081/application cannot be accessed by an user except a specified IP (that is the calling ...
0
votes
2answers
381 views
How do I set IP access / password restrictions in Apache?
I'd like to restrict access to my Rails app (running on Apache/Passenger) to just two IPs, but if the visitor doesn't fall into those two IPs, I would like for him/her to be prompted to enter a ...
11
votes
1answer
16k views
IP restriction with htaccess
I want to restrict an entire site in such a way that just two IPs could enter the site. I have the following in my .htaccess (at the root of site):
ErrorDocument 403 ...