Forum Moderators: phranque
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>
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