Slide 7
Slide 7 text
Add Conf file to Apache
●
●
DocumentRoot /var/www/ci/testphpci/public
●
ServerName phpci.local
●
●
Allow From All
●
RewriteEngine on
●
RewriteCond %{REQUEST_FILENAME} !-f
●
RewriteCond %{REQUEST_FILENAME} !-d
●
RewriteRule ^(.*) index.php?url=$1 [L,QSA]
●
●
●
# Other directives here
●