Pardon the dummy question, but I am trying to breakdown a bunch of web pages into subdomains and bring them up using a settings.php page. The problem is that I can only find this for the settings page:
<?php
// WEBSITE Settings
// ******************************
// Domain Name (without: http://)
define('DOMAIN_NAME', 'mydomain.com');
// Website URL // MUST be: http://www.yourdomain.com
// DO NOT include any sub-folder
define('SITE_URL', 'http://'WHYNOSUB-FOLDER.mydomain.com');
?>
Any suggestions? Thanks much, joe