Configurar Host Virtual

Published on May 2016 | Categories: Documents | Downloads: 25 | Comments: 0 | Views: 146
of 1
Download PDF   Embed   Report

Comments

Content


1. C:/wamp/bin/apache/apache2.4.2/conf/httpd.conf
#En la línea 235 ponemos o modificamos
DocumentRoot "C:/wamp/www/"
<Directory "C:/wamp/www/">
Options All
AllowOverride All
Require all granted

</Directory>
2. C:/wamp/bin/apache/apache2.4.2/conf/extra/httpd-vhosts.conf
#Al final añadimos
NameVirtualHost *
<VirtualHost *>
DocumentRoot "C:/wamp/www/"
ServerName localhost
</VirtualHost>
<VirtualHost *>
DocumentRoot "C:/wamp/www/"
ServerName www.iescantillana.edu
<Directory "C:/wamp/www/">
Options All
AllowOverride All
Require all granted
</Directory>
</VirtualHost>

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close