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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.