Here are some common configuration files you'll need to edit:
xampp/htdocs/myapp/ ├── index.php ├── config/ │ └── database.php ├── includes/ │ ├── header.php │ └── footer.php ├── contacts/ │ ├── list.php │ ├── add.php │ ├── edit.php │ └── delete.php ├── css/ │ └── style.css └── sql/ └── database.sql xampp php 7.1.3
Unless you have a specific requirement to debug a site built years ago, you should skip this version and download the latest XAMPP with PHP 8.x from Apache Friends Here are some common configuration files you'll need