• 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 Everyone can access my domain, and I cant

Stellow

C++/C#/PHP/LUA
Joined
Oct 23, 2008
Messages
1,112
Reaction score
221
Location
Germany
GitHub
eubrunomiguel
Everyone can enter on my domain... (www.xxxx.com) and I am the only one who cant.. I tried to clear cookies but still =/ The only way that I can access is by IP Address. Solutions?
 
Everyone can enter on my domain... (www.xxxx.com) and I am the only one who cant.. I tried to clear cookies but still =/ The only way that I can access is by IP Address. Solutions?

Your Dns didnt update or isnt set for it.
cant really remember how to add it but if it a static ip you can go to windows/system and find Hosts.fil or Hosts.txt

then add your name like "127.0.0.1 Localhost"
 
1 - ) I tried but when I try to save the file, it says that I dont have permission to save it.
It doesnt have option to open with administration. What should I do to edit it?

2 - ) It already have 127.... Should I add my domain there?
# copyright (c) 1993-2009 microsoft corp.
#
# this is a sample hosts file used by microsoft tcp/ip for windows.
#
# this file contains the mappings of ip addresses to host names. each
# entry should be kept on an individual line. the ip address should
# be placed in the first column followed by the corresponding host name.
# the ip address and the host name should be separated by at least one
# space.
#
# additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# for example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

# localhost name resolution is handled within dns itself.
# 127.0.0.1 localhost
# ::1 localhost
 
Last edited:
start>CMD

ipconfig

set the website ip to your static IP, or the one that its not on now....


You can also try right clicking on the file going to preporties, and making sure its not a read only file.
 
It worked! Look what I did:
1. Click on Start Button
2. Rt. click on 'Notepad'
3. Click "Run As Administrator"
4. Click "Continue" on the prompt
5. Navigate to C:\Windows\System32\drivers\etc\ using Notepad's 'Open' location option.
6. Select 'all files' and then choose the 'hosts' file. Make necessary changes and save!

Thanks guys!
 
Xon he figured out he needed to run his notepad as admin to change anything, then he changed his IP to his other one. Thats how he fixed, you didnt help.
 
Back
Top