• 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!

Site only stay online with 8090, how to solve

esker

New Member
Joined
Oct 11, 2009
Messages
17
Reaction score
0
hello,

im opening a server with xampp


\xampp\apache\conf.lua is



Listen 80

and

ServerName localhost:80

But no player can enter the site, is offline for everyone except for me.



i changed for



Listen 8090

and

ServerName localhost:8090

now players can enter, but they need to add in the ip adress 8090 (example.servegame.com:8090)


i want to know how i can remove the 8090 from the site

Thanks
 
hello,

im opening a server with xampp


\xampp\apache\conf.lua is





But no player can enter the site, is offline for everyone except for me.



i changed for





now players can enter, but they need to add in the ip adress 8090 (example.servegame.com:8090)


i want to know how i can remove the 8090 from the site

Thanks
If you use Windows 10, Try to disable their service (It's called Kernel service I think, not sure)
 
Back
Top