setting virutal host on wamp apache codigniter

<VirtualHost *:80>
    ServerAdmin rahul@localhost
    ServerName mysite.lo
    DocumentRoot "C:/wamp1/www/ci/CodeIgniter_2.1.3"

<Directory "C:/wamp1/www/ci/CodeIgniter_2.1.3">
        Options Indexes FollowSymLinks Includes ExecCGI
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>

Ref:

About rahul23134654

Hi, I am Rahul Meha , B.E. in (I.T.)
This entry was posted in Apache. Bookmark the permalink.

Leave a comment