All pastes #2052677 Raw Edit

Anonymous

public text v1 · immutable
#2052677 ·published 2011-05-02 00:26 UTC
rendered paste body
<VirtualHost *:80>
	DocumentRoot "C:/path/to/codeigniter/files"
	ServerName dev.website.local

	<Directory "C:/path/to/codeigniter/files">
	 Options Indexes FollowSymLinks  
         AllowOverride All
         Order allow,deny
         Allow from all
	</Directory>
</VirtualHost>