Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

configure a subdomain apache windows

NameVirtualHost 127.0.0.1:80
<VirtualHost *:80>
<Directory "C:path	oecommerce">
    Options FollowSymLinks Indexes
    AllowOverride All
    Order deny,allow
    allow from All
</Directory>
ServerName ecomm.localhost
ServerAlias www.ecomm.localhost
DocumentRoot "C:path	oecommerce"
</VirtualHost>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #configure #subdomain #apache #windows
ADD COMMENT
Topic
Name
1+6 =