config.php: PHP Config file may contain database IDs and pas

User Avatar
👤 admin
🔴 Admin
✍️ The most important thing in the world is to not be alone.
⏳ Last active: 15 Apr 2025 at 16:01
📅 Created: 14 Feb 2021 at 23:14
👀 Viewed: 33 times
✉️ Send Email

If you need to protect your config files go to httpd.conf and add to the bottom:


<Files "config.php">

Order Allow,Deny

Deny from All

</Files>
If you want to comment: Login or Register