Welcome Guest, Not a member yet? Register   Sign In
Newbie CI question
#9

[eluser]theprodigy[/eluser]
do NOT put index.php in there.

if you take a look a few lines below it, you will see a config setting for the index file. It is named: $config['index_page'].

If you plan to use index.php in your urls, make sure index.php is in this setting.
Code:
$config['index_page'] = "index.php"
If you plan to use an htaccess file to remove index.php from your urls, you can blank this out to an empty string.
Code:
$config['index_page'] = ""


Messages In This Thread
Newbie CI question - by El Forum - 05-12-2010, 02:04 AM
Newbie CI question - by El Forum - 05-12-2010, 02:07 AM
Newbie CI question - by El Forum - 05-12-2010, 02:18 AM
Newbie CI question - by El Forum - 05-12-2010, 02:26 AM
Newbie CI question - by El Forum - 05-12-2010, 02:29 AM
Newbie CI question - by El Forum - 05-12-2010, 02:36 AM
Newbie CI question - by El Forum - 05-12-2010, 02:41 AM
Newbie CI question - by El Forum - 05-13-2010, 03:53 PM
Newbie CI question - by El Forum - 05-13-2010, 04:25 PM
Newbie CI question - by El Forum - 05-13-2010, 04:30 PM
Newbie CI question - by El Forum - 05-13-2010, 04:35 PM
Newbie CI question - by El Forum - 05-13-2010, 04:35 PM
Newbie CI question - by El Forum - 05-13-2010, 05:29 PM
Newbie CI question - by El Forum - 05-13-2010, 06:28 PM
Newbie CI question - by El Forum - 05-15-2010, 02:23 PM
Newbie CI question - by El Forum - 05-15-2010, 05:17 PM
Newbie CI question - by El Forum - 05-15-2010, 05:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB