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

Bought Domain website reachable only through localhost :o?

Hello,

Are you pointing the domain to your global IP address? Make sure you're NOT poiting it to your local one. Also make sure that the web server listens on your global IP (or domain) and not the local one. You also have to check ports so they are forwarded correctly, port 80 is probably default for your web server.
 
I can ping the domain and it's pointing to: 77.182.62.174. Is this the correct IP?

If it is, enter this page from the same machine that's hosting the home page: http://www.whatsmyip.org/port-scanner/ and enter port 80 to see if it's open. If it is open then it must be something in your web server that's failing, are you using Apache? XAMPP? Uni? And if it's not open you've forwarded it wrong.
 
Last edited:
Make sure that in your domain control panel you point to your external ip. and that port 80 is forwarded for the correct internal ip.
 
Its not on your computer, its in the domain control panel, on the site where you bought the domain.

Are you sure the ports are properly forwarded? And do ou have a dynamic ip?
 
make sure that you forwarded the right ip address
also im not advising you to use a domain of your ip address is not static
because your ip address will change every time you restart your router
if you have a dynamic ip address use no-ip.org better since thier client changes the sub domain ip automaticly
 
make sure that you forwarded the right ip address
also im not advising you to use a domain of your ip address is not static
because your ip address will change every time you restart your router
if you have a dynamic ip address use no-ip.org better since thier client changes the sub domain ip automaticly

just for testing purpose !

I am using a static IP from a server later on when the server will be released

my Port 80 is forwarded 100% :p

Port 80 is Open
 
To allow Internet or Intranet access, edit file .htaccess located in the root folder wwwH):

1. Locate these lines:
Order Deny,Allow
Deny from all
Allow from 127.0.0.1


2. Disable local only access by commenting each line with an hash "#" as shown
#Order Deny,Allow
#Deny from all
#Allow from 127.0.0.1
 
Last edited:
Back
Top