Welcome Guest, Not a member yet? Register   Sign In
results from site_url()
#4

Did you remove 'index.php' from index_page config setting in /application/config/config.php? That also needs to be done.
$config['index_page'] = '';

Code:
/*
|--------------------------------------------------------------------------
| Index File
|--------------------------------------------------------------------------
|
| Typically this will be your index.php file, unless you've renamed it to
| something else. If you are using mod_rewrite to remove the page set this
| variable so that it is blank.
|
*/
$config['index_page'] = 'index.php';
Reply


Messages In This Thread
results from site_url() - by cupboy - 04-18-2015, 10:23 PM
RE: results from site_url() - by suhindra - 04-19-2015, 12:29 AM
RE: results from site_url() - by cupboy - 04-19-2015, 08:42 AM
RE: results from site_url() - by paju89 - 04-20-2015, 02:21 PM
RE: results from site_url() - by CroNiX - 04-19-2015, 09:15 AM
RE: results from site_url() - by cupboy - 04-19-2015, 12:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB