1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Access domains through IP address

Discussion in 'Apache' started by mycomputerguide, Apr 5, 2009.

  1. #1
    Since we have a lot of domain problems (NS problems) I would like to access my domains for now thru my IP. f.e. http://1.1.1.1/mycomputerguide.net, but I don't know how to do configure this. My previous sysadmin has already made http://1.1.1.1/pma/ which is working and I don't even know where /pma/ is located. Can anyone help me out with this?

    God bless!
     
    mycomputerguide, Apr 5, 2009 IP
  2. MayurGondaliya

    MayurGondaliya Well-Known Member

    Messages:
    1,233
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    170
    #2
    MayurGondaliya, Apr 5, 2009 IP
  3. mycomputerguide

    mycomputerguide Peon

    Messages:
    71
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    mycomputerguide, Apr 5, 2009 IP
  4. MayurGondaliya

    MayurGondaliya Well-Known Member

    Messages:
    1,233
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    170
    #4
    Do you use any control panel? I guess you do not use cpanel or Plesk.
     
    MayurGondaliya, Apr 6, 2009 IP
  5. Steven_Reiz

    Steven_Reiz Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yes, we definitely need more info to help :) What kind of server do you use? Do you know what software is running on it? Giving us the real IP address might help also, if you are free to give it.
     
    Steven_Reiz, Apr 7, 2009 IP
  6. webhost18

    webhost18 Peon

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    webhost18, Apr 15, 2009 IP
  7. hans

    hans Well-Known Member

    Messages:
    2,923
    Likes Received:
    126
    Best Answers:
    1
    Trophy Points:
    173
    #7
    a few steps that might be helpful

    login - preferably SSH

    do in your shell

    1.
    pwd

    ( gieves you working directory you are currently IN )
    in many logical structures the next HIGHER folder may be your username, whatever your sysadmin has used for you. it is rarely the domain name incl .TLD
    but rather either a domain name if you are new cusotmer and no other similar domain on same HOSTING comapny
    or
    it may be a variation of domain name
    or
    it may be ANYthing else if you are an old customer with OTHER previous domains on same hoting

    2.
    again use shell command:

    locate /pma/

    gives you server path to your pma admin interface

    that path may be or NOT in your own public HTML doc space on same server

    3.
    keep in mind that if your host uses mod_security2, then most likel IP access to your web space is disabled by default to avoid hacker access via IP

    4.
    finally
    be aware that these very seconds your entire web space is most likely more or less open to hackers and you DEFINITELY have already hackers knocking at your door. all isntallation at this very moment usually is totally insecured / open. many passwords may either be default, empty or simple - thus prone to dictionary abuse

    5.
    step 1 and 2 above should show you where on a server your own working space is. the public_html folder should be found from this point on. if domain access configuration same as for your pma folder then you should be able to get the logic behind

    6.
    final point
    ask your hosting company - support
    they KNOW your answers because they have created the environment and/or any restrictions for IP access
     
    hans, Apr 16, 2009 IP