Jump to content

CodeIgniter mode_rewrite (index.php)


Jaswinder

Recommended Posts

Hi all

Its my first project in CodeIgniter and I tried to make it live from local

 

Issue is, In local server, site URI is running without index.php, but live it is giving error.

 

e.g http://localhost/ci_basic/site/about

 

folder name -  ci_basic

Controller name - site

Function name - about

 

In .htaccess file

 

RewriteEngine On
RewriteBase /ci_basic/

 

Now i uploaded the file in a folder named - chikabana ( folder in my root directory assigned to the chikabana.com )

 

In .htaccess file

 

RewriteEngine On
RewriteBase /chikabana/

 

I also changed the base url to - chikabana.com in config file

and also removed index.php from config file.

 

But this URL not working - http://chikabana.com/site/about

 

this is working - http://chikabana.com/index.php/site/about

 

 

 

Also my second question is  - how i remove the controller name from url?

 

Link to comment
https://forums.phpfreaks.com/topic/289813-codeigniter-mode_rewrite-indexphp/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.