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