Jump to content

HELP!


Recommended Posts

Hi,

Installing php 4.4.4 mysql 4 and apache 2.0.59 on my machine so its a developer environment (mimics the set up on the live server) win xp pro with all updates.....

NOW I have this set up on my machine at home ands it fine so I'm just annoyed here.

I set up the conf file so that I have some virtual hosts like so....

<VirtualHost 127.0.0.1>
    ServerAdmin toonmariner@hotmail.com
    DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs/ngc"
    ServerName www.ngc.dev
    #ErrorLog logs/dummy-host.example.com-error_log
    #CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>

<VirtualHost 127.0.0.1>
    ServerAdmin toonmariner@hotmail.com
    DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs/phpmyadmin"
    ServerName www.phpmyadmin.dev
    #ErrorLog logs/dummy-host.example.com-error_log
    #CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>

AND I have edited the hosts file in winodows/system32/driver/etc to this...

127.0.0.1 localhost
127.0.0.1 www.ngc.dev
127.0.0.1 www.phpmyadmin.dev

but the bloody think aint working AT ALL!!! never finds a page if I put localhost, www.ncg.dev or www.phpmyadmin.dev

PLease help - what have I forgot?
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.