Created
October 7, 2011 19:52
-
-
Save lesthack/1271213 to your computer and use it in GitHub Desktop.
VirtualHost daluen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
ServerName daluen.localhost.org #server local | |
ServerAdmin [email protected] #Mail del sysadmin | |
#Establecer la ruta del proyecto | |
DocumentRoot /home/lesthack/public_html/daluen | |
#Establecer la ruta del proyecto | |
<Directory /home/lesthack/public_html/daluen> | |
Options FollowSymLinks | |
AllowOverride All | |
</Directory> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Editar archivo host
127.0.0.1 daluen.localhost.org