I'm trying to block all files in a particular directory with the exception of .js , .jpg , .css , .gif , .png .
I have this code, but it is not working the way I want it to be:
<Files ~ "\.(jpg|jpeg|png|gif|css|js)$">
order de...
asked by
26.05.2017 / 21:41