Test hosting on ISPConfig?

Discussion in 'Installation/Configuration' started by krishol, Jul 24, 2006.

  1. krishol

    krishol New Member

    hello all,
    I want to have test browsing of web site after hosting it to the ISPConfig but before DNS pointing it to the ISPConfig.

    How can I do that?

    Please help me.......
     
  2. edge

    edge Active Member Moderator

    If you are using Windows, add the IP and domain in your "C:\WINDOWS\system32\drivers\etc\hosts" file.

    Code:
    10.0.0.1	www.domaintotest.tld
    
     
  3. krishol

    krishol New Member

    but I m using Debian and i dont have multiple IP, I hava only one IP for that server.

    Is there any way to test???
     
  4. Ben

    Ben Active Member Moderator

    It is no matter ow many IPs you have.
    The hosts file is just a kind of static DNS for your machine....

    In linux you will find it in /etc/
     
  5. krishol

    krishol New Member

    Sorry for my language, I think you are not getting me....
    My requirement is:
    I host a website on ISPConfig server, but that domain is pointed on a different server. Now, I want to test the web pages, hosted in ISPConfig from any client computer of my network without pointing the domain on ISPConfig server.
    I am shifting domains from my old server to ISPConfig server and my working flow is:
    1. For the domains which are pointed on my old server, First I create client on ISPConfig and give control panel to the my customer.
    2. Then my customer add their sites and upload their pages and request me to point their domain on ISPConfig.

    Now my problem is, most of the client forget to remove default index.html of web folder, which they dont understand and call me and scold me.... So, I want to get ride of that problem. I want to check thier site from browser before pointing their site to ISPConfig server.

    Hope you understand my problem now....
    please suggest.....
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Ben has posted the solution for your problem, have you tried it?
     
  7. falko

    falko Super Moderator Howtoforge Staff

Share This Page