Created
October 29, 2010 06:21
-
-
Save cordoval/653020 to your computer and use it in GitHub Desktop.
vhost
This file contains hidden or 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 ward.local | |
| DocumentRoot /home/cordoval/Dropbox/ward | |
| DirectoryIndex index.php | |
| <Directory /home/cordoval/Dropbox/ward/> | |
| AllowOverride All | |
| allow from all | |
| </Directory> | |
| </VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment