• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Weird problem with website, just need some advice.

SlayingWorld

Active Member
Joined
Jan 23, 2014
Messages
156
Reaction score
37
Location
USA
Okay so i just had bought a dedicated server for my OT, but my website is acting strange. When i was running it in windows (aka home computer) everything worked smoothly, but once i transferred everything to a LINUX dedicated server now my "FORUMS, GUILD" pages don't work correctly.

Using Znote AAC Latest Version

Here's an explanation of what happens:
ON WINDOWS: I go into forums, everything loads normally all the boards etc. I click on a board and it takes me to that board to be able to create a thread or comment on one that already exist.
My URL looks like this when i'm looking at the boards:
"
http://**.***.***.203/forum.php" (* To hide my local ip address)

And once i click on a board this is how my URL looks:
"
http://**.***.***.203/forum.php?cat=3" (* To hide my local ip address)

ON LINUX: I go into forums, everything loads normally all the boards etc. But once i click on a board it gives me a DNS error like if its trying to go into another url but its a blank one. Heres some examples.
My URL looks like this when i'm looking at the boards:
"http://fallensouls.servegame.com/forum.php"

And once i click on a board this is how my URL looks (This is where the error comes out):
"http://_/forum.php?cat=3"


I'm not asking for someone to fix it for me, i'm trying to do it myself but i'm stuck on the website code trying to understand how
"http://_/forum.php?cat=3"
happens? instead of
"http://fallensouls.servegame.com/forum.php?cat=3"


 
Url is generated from function url in file /engine/function/general.php.
Your SERVER_NAME variable is probably set to "_".
You need to reconfigure your webserver :)
 
Url is generated from function url in file /engine/function/general.php.
Your SERVER_NAME variable is probably set to "_".
You need to reconfigure your webserver :)
That cant be it, because on my windows ip it actually loads the IP/URL wheres the webserver is coming from. Btw already checked general.php nothing in there
 
Back
Top