I did not install this to a domain name as I was just trying this out to see if I COULD install without any major glitches before I go live. :)
check the /includes/configure.php file for where this was setup/installed
Code:
// HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
define('HTTP_SERVER', 'http://www.???????????.com');
define('HTTPS_SERVER', 'https://www.???????????.com');
been many years since I worked with the Apache virtual host conf.
shell in as root and I believe this is at /etc
Bookmarks