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

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

Ansible warning on jinja2 braces on when -

html - How to custom Bootstrap grid height? -