I have just successfully installed (I think) phpwebhosting.
but I am having 2 problems:
1) I am able to browes to public_html/index.php as well as signup and group... but when I click on login... it tries to load the page and then times out giving me a DNS error. Yet if I try it from a different machine... it all works fine...
2) Even when I do try from the other machine... I put my login and password, and it just lands me back to the login screen with login and password value wiped...
Wus going wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Check your $hostname variable in public_html/main.inc
I can't say why your DNS is not working, but your second problem is probably caused by a bad hostname, which prevents cookies from being properly set.
If you can't get any value for $hostname to work properly, change the $hostname_domain and $hostname_path assignments in main.inc (around line 50) to match your setup.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have just successfully installed (I think) phpwebhosting.
but I am having 2 problems:
1) I am able to browes to public_html/index.php as well as signup and group... but when I click on login... it tries to load the page and then times out giving me a DNS error. Yet if I try it from a different machine... it all works fine...
2) Even when I do try from the other machine... I put my login and password, and it just lands me back to the login screen with login and password value wiped...
Wus going wrong?
Check your $hostname variable in public_html/main.inc
I can't say why your DNS is not working, but your second problem is probably caused by a bad hostname, which prevents cookies from being properly set.
If you can't get any value for $hostname to work properly, change the $hostname_domain and $hostname_path assignments in main.inc (around line 50) to match your setup.