-
Wabbo CMS
I'm currently trying to use Wabbo CMS, because I want to test somethings and I like the CMS. But every time I try to go to the site I get this : Screenshot by Lightshot
Not sure what to do, it is easy replacing my information with things that need changing but then that error happens, what should I do?
-
Re: Wabbo CMS
I think this is something to do with this in index.php:
PHP Code:
$HabJoy = 'http://'.$_SERVER['SERVER_NAME'];
if($HabJoy != $_CONFIG['hotel']['url'])
{
header("Location: ".$_CONFIG['hotel']['url'].$_SERVER['REQUEST_URI']);
exit;
}
Replace with this:
PHP Code:
/*$HabJoy = 'http://'.$_SERVER['SERVER_NAME'];
if($HabJoy != $_CONFIG['hotel']['url'])
{
header("Location: ".$_CONFIG['hotel']['url'].$_SERVER['REQUEST_URI']);
exit;
}*/
that should fix the problem, i might be wrong, but try it anyway.
-
Re: Wabbo CMS
I've changed CMS @Clawed, I'm now using UberCMS 2.0.1, but I'm having a problem with my IP showing when I type in my hotel's domain. So instead of:
Code:
http://blahblahblah.com
I get:
Code:
http://111.111.111.111
( ^ Example IP )
How do I fix it?