0

In the project I am setting the following code in config.php:

$config['index_page'] ='index.php?';

In .htaccess the following code is set:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]

The directory structure is:

site_name
----ci_folder
-------application
----------  controller
----------  view
----------  model
--------system
-------.htaccess 
jleft
  • 3,457
  • 1
  • 23
  • 35
user3680002
  • 301
  • 1
  • 3
  • 6

0 Answers0