• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved How do I link my website with my "ip" or with the ip of the server?

gerard95

Keep cool :)
Joined
Dec 31, 2011
Messages
276
Reaction score
16
I have the server working and so is the website but I can only enter the website by "localhost" and not by my server's IP, how do I link it?

Thank you! :)
 
Nah, people can go to my website, I just realized it, but I can only see it by entering "localhost" and not with the ip of the server. Is this normal?

Plus when I try to register it gives me this error: http://prntscr.com/1v0l7e
Any solution?

Thanks again.
 
Last edited:
aha listen I was have this problem on making site until I got my static ip

about the second problem

change this to False :D
Config.php
Code:
$config['validate_IP'] = true; // Only allow legal IP addresses to register and create character.
 
I once set the static ip, and whole internet got fucked up, I had to call to the company, blabla. So I'm not gonna set that again xD

Fixed the second problem, thank you!
 
Back
Top