Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet
#2

[eluser]tonanbarbarian[/eluser]
ok i am a little confused by what the problem is

if you have
Code:
$config[’url_suffix’] = '.html';
then all of the urls will have to have .html on the end of them
I think the site_url function from the url helper will automatically add them on for you

so if you do not want the .html extension then change the config back to
Code:
$config[’url_suffix’] = '';

and because you are not using .htaccess then you will of course need
Code:
$config['index_page'] = 'index.php';

currently when I go to
http://cdcg.in/mvc/index.php/blog.html

I get a ".php" followed by a CI error page indicating that the page cannot be found. Most likely this is because you do not have a blog controller?

not sure if i am misunderstanding the problem though


Messages In This Thread
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 04:37 AM
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 04:49 AM
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 04:57 AM
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 05:07 AM
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 05:13 AM
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 05:17 AM
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 05:25 AM
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 05:30 AM
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 05:32 AM
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 05:34 AM
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 05:39 AM
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 07:15 AM
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 07:27 AM
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 07:40 AM
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 01:19 PM
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 01:23 PM
CodeIgniter URLs F1 F1 F1 F1 plz:not solved yet - by El Forum - 12-03-2007, 10:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB