المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : بي إتش بي php كيفية عمل ملف phpinfo.php لمعرفة اعدادات ومعلومات السيرفر



Rise Company
09-12-2021, 19:50
بي إتش بي php كيفية عمل ملف phpinfo.php
بي إتش بي php كيفية عمل ملف phpinfo.php لمعرفة اعدادات ومعلومات السيرفر

https://www.rise.company/forum/images/imported/2021/12/26.png

create a file called phpinfo.php in your domain’s public_html directory with the following contents:
<?php
phpinfo();
?> Save the file and visit it in a browser tab.
http://example.com/phpinfo.php Replace example.com with your domain. You should delete this file once you no longer need it.
It contains information about your server that could reveal security vulnerabilities to bad actors.


الملف فى المرفقات