How to start with codeigniter
I followed this tutorial :
http://net.tutsplus.com/tutorials/php/codeigniter-basics/
however, the .htaccess’s rewrite code didn’t work for me, and this worked :
RewriteEngine On
RewriteBase /ci/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /ci/index.php/$1 [L]
[/sourcdcode]
Posted on October 5, 2011, in PHP/MYSQL. Bookmark the permalink. Leave a Comment.
Leave a Comment
Comments (0)