Hi, I have an Apache Server and all is working ok, i want it to be Virtual Hosting now i have followed through this
Setting Up A Virtual Host in Apache But i still have no luck any ideas ? thanks, Steven.
Hi, I have an Apache Server and all is working ok, i want it to be Virtual Hosting now i have followed through this
Setting Up A Virtual Host in Apache But i still have no luck any ideas ? thanks, Steven.

Can you attach your config files on here?
Config File
Windows Hosts File
Windows hosts config

Have you set up any dns or hosts entries with those names? ie. How does your computer know that eddies.local is actually 127.0.0.1 etc...
edit: Ah, you've already edited the hosts file...

Solved via MSN. Solution:
Add:
<Directory "C:\My Sites\gtamedia">
Order allow,deny
allow from all
</Directory>
to each virtual host, altering the path to apply to each one.
There are currently 1 users browsing this thread. (0 members and 1 guests)