Advertisement
pickledegg

Untitled

Nov 20th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <VirtualHost *:80>
  2.     ServerName local.colinmcallister.com
  3.     ServerAlias www.local.colinmcallister.com
  4.     DocumentRoot "C:\Users\chrisallen\Dropbox\Public\Clients\colinmcallister"
  5.   <Directory "C:\Users\chrisallen\Dropbox\Public\Clients\colinmcallister">
  6.     IndexOptions +FancyIndexing NameWidth=*
  7.     Options Includes FollowSymLinks Indexes
  8.     AllowOverride All
  9.     Order allow,deny
  10.     Allow from all
  11.   </Directory>
  12. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement