Forum Moderators: phranque

Message Too Old, No Replies

Virtual Name Host

I read the documentation... ;)

         

Steveo31

3:35 am on Mar 29, 2004 (gmt 0)

10+ Year Member



Hey everyone. In google searches I found some great answers here, so I thought I would sign up. :)

I apologize in advance if I tick anyone off for not finding the answer, but I have searched like MAD to find the answer to this, to no avail.

I am running Windows XP, EasyPHP with Apache 1.3. I would like to set up a Virtual Name Host, but I just can't get it! Here's the virtual name host part of the httpd.conf file:


NameVirtualHost *

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
<VirtualHost *>
Port 80
ServerName www.steveo6500.com
ServerAlias steveo6500.com
DocumentRoot "C:/Program Files/EasyPHP1-7/www/steveo6500.com/public_html"
ServerAdmin you@admin.com
CustomLog "C:/Program Files/EasyPHP1-7/www/steveo6500.com/access.log" combined
ErrorLog "C:/Program Files/EasyPHP1-7/www/steveo6500.com/error.log"
</VirtualHost>


But I feel this is not it, and none of the documentation I read covers what else I need to do to allow people to access the domain www.steveo6500.com.

Do I have to change something in the htaccess file or maybe it is something else in this file I am missing? Please help a friend out. This is driving me crazy.

-Steve

Steveo31

4:42 am on Mar 29, 2004 (gmt 0)

10+ Year Member



Nevermind. Fixed.