<VirtualHost 127.0.0.1:80>
DocumentRoot "D:/wamp/www/localhost"
ServerName 127.0.0.1:80
</Virtualhost>
<Directory "D:/wamp/www/localhost">
Options Indexes FollowSymLinks
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
<VirtualHost 127.0.0.2:80>
DocumentRoot "D:/wamp/www/ci"
ServerName 127.0.0.2:80
</Virtualhost>
<Directory "D:/wamp/www/ci">
Options Indexes FollowSymLinks
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.2
</Directory>