On my server I want to upload files and pages that only I can see.
I know that with the ...
order allow,deny
allow from (IP)
deny from all
I can block people, but I block all the server and that's what I want to avoid.
How do I do a deny from all
but only for the folder where I will upload my pages? As long as índex.html
continues to publish?