Removing the index.php file of codeigniter?

Try to add RewriteBase on your htacces file.

Try to add RewriteBase on your htacces file. RewriteEngine On RewriteBase "/CodeIgniter_2.0.2/" ...your rules here...

The last line should be RewriteRule ^(.*)$ index. Php/$1 L and not RewriteRule ^(.*)$ /index. Php/$1 L.

That's not problem! – Death Aug 12 at 17:14.

First things first, you need to check your httpd. Conf Look for this line.. (the location may not be the same) LoadModule rewrite_module libexec/apache2/mod_rewrite. So Make sure it's uncommented.

Then save your changes and restart apache server. Also, make sure that the . Htaccess file is in the same directory as your index.php.It's usually the base directory of your CodeIgniter application.

EDIT: Also forgot to mention that you need virtual hosts for this work seamlessly. Argh, it seems your question is a repost. Here's another question but this is on a MAC OS X platform, with some detail on setting up your virtual hosts.

Remove "index. Php" from URL - Codeigniter.

The instructions you followed assume you are installing code igniter in the docroot, and not a subdirectory. Move all your files in /CodeIgniter_2.0.2 down a directory. Mv CodeIgniter_2.0.2/* .

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions