Config.php -
<?php require_once('/home/user/includes/config.php'); ?>
// Site settings define('SITE_NAME', 'Your Website'); define('SITE_URL', 'https://example.com'); config.php
If you have ever downloaded an open-source PHP script (like WordPress, Joomla, Laravel, or a custom CRM), dug through a legacy codebase, or started a new project from scratch, you have almost certainly encountered the unsung hero of server-side configuration: . // Site settings define('SITE_NAME'