Results 1 to 2 of 2

Thread: RE: DNS Pointers Between Servers

  1. #1

    Thread Starter
    Fanatic Member kaihirst's Avatar
    Join Date
    Jul 2005
    Location
    The Resaurant At the End of The Universe
    Posts
    633

    RE: DNS Pointers Between Servers

    Hi,

    the reason that I am aksing this is probably because I ahve been working solidly for the past two days in my office, and out on jobs as well, so please sympathise !!!!

    I understand the concept of DNS pointers where the Web Domain Name is registered to one DNS, then points the server to my domain where the files are held, but I dont get the following.

    1. Where the hell should I put the local root directory for the Website??

    2. How do I upload pages from my server to his server or do I need to?

    3. Explain this to my in words of less than one syllablle so that a caveman with bags under his eyes the size of Texas can understand!!!

    Or point me in the right direction so that I can read about this

    ta very much

    Kai
    As the information I give is useful in its nature, consider using the RATE POST feature located on the bottom left of this post please..

    A few things that make a good Developer a Great One.
    Methodical and a thorough approach to research and design inevitably leads to success.
    Forward thinking is the key to Flow of control.
    Never test in the design environment, always test in real time, you get the REAL results.
    CBSE & OOSE are the same animal, they just require different techniques, and thinking.
    SEO is a globe of objectives, SE rankings is an end to a means for these objectives, not part of them.
    The key to good design is explicit attention to both detail and response.
    Think Freely out of the "Box" you're in..... You will soar to better heights.

    Kai Hirst - MSCE, MCDBA, MCSD, MCP, MCAP, MSCT


  2. #2
    Hyperactive Member nothingofvalue's Avatar
    Join Date
    Jul 2005
    Location
    Arizona
    Posts
    489

    Re: DNS Pointers Between Servers

    I assume that you are setting up a home web server?

    If your website is being hosted on a Apache Server then you usually put all your files inside a folder named "htdocs" however sometimes installations will have a different name for the folder such as "http" or "web" or similar. If it's a windows server such as IIS then the folder will be named "wwwroot."

    If you used a server installation package like XAMMP then the entire directory structure will have been created for you already. If you installed apache yourself then the root folder is whatever folder you specified in the httpconf file. If you are using IIS then the directory structure will also be setup for you, usually on your main drive (c:\) in a folder named "Inetpub."

    Inside your "htdocs" folder you may create other subfolders like "images" and what not. Your "htdocs" folder is referred to as your web servers root.

    If you want to exchange files with another web server then you need ftp access to the other server. This will require the ftp address, a username and a password, then you can upload files to the server or download files from the server using an ftp client (filezilla is a great free one) or you can use internet explorer although I recomment the ftp client.

    If this is not a home web server, everything will still hold true, except that you will now need to use ftp to put files in your own web directory as well. Ftp info for your remote site is usually provided upon signup and also available in the control panel or similar.
    "Imagination is more important than knowledge..."

    Albert Einstein
    -----------------------------------------------
    If my reply helped you then you really were lost, but I still took the time to help, please rate it anyway

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width