كود:
# phpinfo - PHP utility function for displaying php configuration
#
# Allows only localhost by default
# This Lesson Created By Raed Saadeh
Alias /phpinfo /usr/share/phpinfo
<Directory /usr/share/phpinfo/>
order deny,allow
deny from all
allow from 127.0.0.1
</Directory>
نحفظ الملف .. ونعمل ريستارت للاباتشي :
المفضلات