apache - apache2.conf need allow to acces just one file -


here current apache2.conf

<directory /var/www/>     order deny,allow     deny     allow 127.0.0.1 ::1     allow localhost     allow 10     satisfy 

but want allow access 1 file http://my_server_ip/handl.php should do?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -