1
vote
2answers
425 views

Protect restrict Solr Admin url from external user using .htaccess or tomcat

I have recently installed Solr on server and i want to restrict only local users can access it with .htaccess site.com:8983/solr/admin [ restrict all user] And below is the .htaccess code ...
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
0answers
60 views

Restrict Website folder Access from Other Domains in .htaccess

HI have a wordpress network where people use A records pointing at my Ip, and Apache ModRewrite to server their specific content However, I have some non wordpress related files and folders Can I ...
0
votes
1answer
118 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 ...
0
votes
1answer
420 views

CakePHP site restricting access to some files with .htaccess

I have following .htaccess file for my CakePHP 2 website. I put this under webroot folder. Everyday some bots try to login to my site as a wordpress site. So I need to restrict some file names ...
1
vote
1answer
167 views

Restrict access with htaccess but allow from web pages

How can I restrict access with a .htaccess file Deny from all but all $.post requests, $.get request, etc. How could I still access the file from a page but revoke direct access by just going to it in ...
6
votes
1answer
331 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
2answers
1k views

Drupal 7, only registered users can view on node but anyone can download via link, htaccess issue?

I have files attached to custom content type, I have the field set up to be a private download. I also have field permissions so only registered users who sign up ( auto role assignment too ) can view ...
0
votes
2answers
382 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 ...