Setting Up CI From Scratch
ServerAdmin webdeveloper@developer.com
DocumentRoot "/var/www/htdocs/your-directory"
ServerName your-url.dev
ErrorLog "logs/error_log"
CustomLog "logs/access_log" common
Enable virtual host in httpd config file
Change the Directory setting in httpd config file
Setup /etc/hosts to point it correctly
Install .htaccess file on the directory
Chmod +x /var/www
Restart Apache
Voila!
Comments
Post a Comment