arya6000
03-22-2006, 10:22 PM
I uploaded the modernbill tar file to my server, I used the shell commands to extract it, I edited config.locale.php to my own settings. After I go to http://www.mydomain.com/INSTALLDIR/install_v4 the page loads and it shows that my php.ini settings are correct. But after I click continue, it gos to: https://secure.yourdomain.com/INSTALLDIR/install_v4 but there is no files there so the browser says: the page cannot be displayed
Should I have it at both places? I'm very confused.
namelayer
03-22-2006, 10:25 PM
Do you have your ssl cert installed?
If not then turn off the https through your config.locale.php
And also, you may want to edit out the secure to read www if you do not have the secure setup.
arya6000
03-22-2006, 10:27 PM
Do you have your ssl cert installed?
yea, I made my IP address dedicated and installed a self signed certificate. and HTTPS is set to HTTP in the config file
namelayer
03-22-2006, 10:29 PM
And also, you may want to edit out the secure to read www if you do not have the secure setup.
arya6000
03-22-2006, 10:31 PM
And also, you may want to edit out the secure to read www if you do not have the secure setup.
Do I change that in the config file?
namelayer
03-22-2006, 10:34 PM
yes change
// +----------------------------------------------------------------------+
// | CHANGE ME (Step 3 of 4) |
// +----------------------------------------------------------------------+
// | Set the HTTPS URL for ModernBill. |
// | Example: 'secure.your_host.com/modernbill/' |
// +----------------------------------------------------------------------+
$secure_url = 'secure.your_host.com/modernbill/';
to
// +----------------------------------------------------------------------+
// | CHANGE ME (Step 3 of 4) |
// +----------------------------------------------------------------------+
// | Set the HTTPS URL for ModernBill. |
// | Example: 'secure.your_host.com/modernbill/' |
// +----------------------------------------------------------------------+
$secure_url = 'www.your_host.com/modernbill/';
Untill you get secure setup.
arya6000
03-22-2006, 10:35 PM
yes change
to
Untill you get secure setup.
Thanks for all the help
whatever
03-23-2006, 03:08 AM
Are you on the 30 day trial? If so, I don't believe that you are able to use shell commands to extract it.