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
Post a Comment