Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Setting up a Website from a Dedi server

  • 25-11-2011 6:14am
    #1
    Closed Accounts Posts: 22,565 ✭✭✭✭


    Hey guys,

    I hope I can explain this one as well as I hope.

    I have a dedicated server running Minecraft. I know several of my friends have their website hosted on the same box, so how do I do this?

    I have used ftp and web hosting before and figured it was just a case of uploading the site to 'public_html' and then pointing my domain to the IP address?

    This doesn't seem to work at all.

    I know it's probably something simple, But I cannot figure it out at all :(

    Help

    Cheers

    Tallon


Comments

  • Registered Users, Registered Users 2 Posts: 1,456 ✭✭✭FSL


    Please don't take this the wrong way but if you don't know how to do it how on earth are you going to ensure it's secure?


  • Registered Users, Registered Users 2 Posts: 527 ✭✭✭Sean^DCT4


    Is it running Windows Server or some Linux distro?

    Generally, you would need to:
    1. From the control panel of your domain name registrar, setup a CNAME/ANAME DNS record. They should have support/FAQ on how to do this.
    2. Windows: Create a new folder C:\inetpub\wwwroot\SITENAME\
    3. Windows: Create a new web site using IIS and point the home directory to the path above.
    4. Add the domain name in the properties of the site in IIS.
    5. Do not visit ww.YourSite.com until you have done all of the above. Your ISP normally caches domains. If your site/DNS are not set up correctly first time you visit your URL. You might have to wait anywhere between one hour to a day before your ISP refreshes their DNS and you can actually see your site.

    Not sure about the steps in a Linux configuration.


  • Registered Users, Registered Users 2 Posts: 2,013 ✭✭✭lynchie


    Tallon wrote: »
    Hey guys,

    I hope I can explain this one as well as I hope.

    I have a dedicated server running Minecraft. I know several of my friends have their website hosted on the same box, so how do I do this?

    I have used ftp and web hosting before and figured it was just a case of uploading the site to 'public_html' and then pointing my domain to the IP address?

    This doesn't seem to work at all.

    I know it's probably something simple, But I cannot figure it out at all :(

    Help

    Cheers

    Tallon

    Assuming the server you are talking about is mc.taltallon.com, you are running CentOS and already have apache2 running on port 80. Just upload your site to /var/www/html.


  • Closed Accounts Posts: 1,911 ✭✭✭aN.Droid


    lynchie wrote: »
    Assuming the server you are talking about is mc.taltallon.com, you are running CentOS and already have apache2 running on port 80. Just upload your site to /var/www/html.

    Àlso setup proper nameservers, Do you have at least 2 ip's to do it?


  • Closed Accounts Posts: 22,565 ✭✭✭✭Tallon


    lynchie wrote: »
    Assuming the server you are talking about is mc.taltallon.com, you are running CentOS and already have apache2 running on port 80. Just upload your site to /var/www/html.
    I spent the day learning, configuring and updating Mysql and apache and then read this :P

    I followed a guide to tell me to upload to that location and working perfect now.

    Cheers guys, appreciated


  • Advertisement
  • Closed Accounts Posts: 22,565 ✭✭✭✭Tallon


    FSL wrote: »
    Please don't take this the wrong way but if you don't know how to do it how on earth are you going to ensure it's secure?
    By asking questions like I'm doing!

    It's secure now anyway, thanks :)


Advertisement