Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by iwheelbuy ( 12 years ago )
<Directory "/Users/Guest/Sites/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
NameVirtualHost *:80
<VirtualHost *:80>
ServerName "localhost"
DocumentRoot "/Users/Guest/Sites"
<Directory "/Users/Guest/Sites">
Allow From All
AllowOverride All
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerAdmin webmaster@example
DocumentRoot "/Users/Guest/Sites/example"
ServerName example
<Directory "/Users/Guest/Sites/example">
AllowOverride All
Allow from all
</Directory>
</VirtualHost>
Revise this Paste