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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -