This is a video tutorial on CodeIgniter. It shows how I get started when I begin a new project using CodeIgniter. It includes removing the annoying index.php from the URLs using mod_rewrite. More CodeIgniter tutorials, all in one place, at http://www.simplycodeigniter.com. More
This is a video tutorial on CodeIgniter. It shows how I get started when I begin a new project using CodeIgniter. It includes removing the annoying index.php from the URLs using mod_rewrite.
More CodeIgniter tutorials, all in one place, at http://www.simplycodeigniter.c
om. Less
Added Jun 14, 2009
Channel Education
Duration 8:6 | views 42673
Local Comments 0
Youtube Comments 33
Rating:
Tags codeigniter remove index.php get started tutorial
Permalink:


Post a comment
Local Comments (0)
Youtube Comments (33)
dovic3107 Says:
Apr 30, 2012 - Than you it works very well !! but another question I worked for my project with index.php and inside there are a lot of base_url ad site_url !! the fact that we hide index.php don't affect the code I suppose ??? another question the fact that in .htaccess in CI they put Deny from all it protect really my code to users who want to change anything inside ??? or how to protect my code for that if the response is no !! thanks
rvanklaveren Says:
Apr 27, 2012 - Thanks so much for a great tutorial - been hunting high and low for something decent. I also love the fact that you include JQuery - something else I've been interested in - nice to see it all come together. What's more - it's nice hearing it come from a local Gonna jump on to the next tutorial... Keep up the great work!
Verbloten Says:
Feb 1, 2012 - hi mate - place it in your wwwroot folder next to your system, application etc folders. You can create the file with a text editor like textpad. I think with notepad it's a little hard to save a file without a name! :) Good luck!
dovic3107 Says:
Feb 1, 2012 - please where we make the .htaccess file ???
skcin7 Says:
Sep 18, 2011 - This doesn't work on my localhost and I am using CodeIgniter 2.0.3. I have a feeling it is because of a setting in my Apache configuration, which I do not know how to change. When I uploaded it to the server, I uploaded it to a sandbox folder for testing purposes. Whenever I omitted the "index.php" from the URL, I got redirected to the root directory (the main website). So, I set up a new virtual directory and uploaded the files to there and now it works great. I wish I knew mod_rewrite. lol
fionaangelina Says:
Jul 24, 2011 - yeah finally i can remove the index.php! thanks :D
similingjester Says:
Jul 6, 2011 - Thanks again for the default controller thing. you're the best :D
similingjester Says:
Jul 5, 2011 - you are the best!. At first, i was kinda frustrated. I thought i won't be able to use codeigniter on a localhost. Thank you for the starter boost :D
MakingMovesMajor Says:
Feb 11, 2011 - yes
locdown120 Says:
Jan 23, 2011 - I WOULD LOVE TO SEE IT! lol i just started learning codeignitor today n so far seems pretty easy.. im used to stylingand programming sites the traditional way so actually, if you could make a tutorial on creating a template with css n all dat, it would be awesome
okieekowardoyo Says:
Jan 22, 2011 - This is nice video for you guys.... especially for beginer, thanks for sharing verbloten.... ^_^
okieekowardoyo Says:
Jan 22, 2011 - This is nice video for you guys.... especially for beginer, thanks for sharing verbloten.... ^_^
brenocalazans Says:
Nov 12, 2010 - Eclipse
Verbloten Says:
Oct 10, 2010 - Yeh I'm not sure why cause it's in 720p. However I can assure you if you watch it in 720p and you go full screen you can see it as if you are literally looking at my computer screen. It is very clear and easy to see.
lancebutler2 Says:
Aug 9, 2010 - I would defn be interested in more videos. Especially videos of you working on a small(ish) site. Thanks for the advice on watching Derek Jones' tut. vids....unfortunately his videos don't come with a kick ass aussie accent.
murproject Says:
Aug 6, 2010 - Which text editor is it ?
kabil0 Says:
Jun 9, 2010 - lets have the beta videos as you go, with no voice but with minimal captions.
Verbloten Says:
Jun 9, 2010 - Thanks... Viewers.. I'm currently screen recording LITERALLY every single minute of my development of a new site. A fly on the wall while I go from start to end on a small-ish site.. Would anyone be interested in the videos? If I also went and spoke over them as well? I'm not doing voice at the moment - just literally turning the recorder on and working for hours and hours! :) Let me know your thoughts...
kabil0 Says:
Jun 9, 2010 - lol ending but nice tut!
badasssucker Says:
May 26, 2010 - man you sound like you were drunk nice tutorial though :)
tropejohn Says:
May 15, 2010 - Awesome. Can you please share your thoughts on Kohana? Is it basically the same thing?
SleeverThijs Says:
May 13, 2010 - Thank you very much!!!
bakhtn Says:
Jan 28, 2010 - cheers mate, that makes more sense. great vids, subbed favorited.
Verbloten Says:
Jan 28, 2010 - Well it depends on a few things. But you don't build a program called blah.php you build a bunch of controllers and models and views which sit within the Codeigniter framework. You copy the entire folder structure under "system" onto your web host in the public_html folder (typically). If you are using a db you would also need to ensure the db is created on your host.
bakhtn Says:
Jan 28, 2010 - I have a question. when you build a a php program i.e. myprogram.php in code igniter, when uploading on my server, do i need to configure my server in any way. in other words what is required for my hosting account for this to work?