I'm trying to use CodeIgniter to... well, ignite my code :laugh:
My problem is that the htaccess file included with CodeIgniter isn't working.
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]
That code is supposed to mean that anyone...