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]

About these ads

About 203luv

ASP.NET MVC / C# Developer

Posted on October 5, 2011, in PHP/MYSQL. Bookmark the permalink. Leave a Comment.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

%d bloggers like this: