simple question allow deny ip not working

psalm91

Verified User
Joined
Sep 20, 2015
Messages
168
Sorry if it is too simple and stupid question :(
First time to have Nginx reverse proxy with apache
in htaccess I want to allow my wordpress to my ip only as I am working on it
but it seems it does not work.
I understand htaccess should work in this installation
 
Last edited:
Oh my Cache cache cache

<RequireAny>
Require ip 123.123.123.123
</RequireAny>
works , Worked from the start
 
Sorry if it is too simple and stupid question:confused:
Stupid questions don't exists, only stupid answers. ;) Stupid is the one who has questions and is afraid to ask them.
Luckily stupid answers are very rarely given here.

Nice you already found the solution to your issue! Good job.
 
Back
Top