Welcome Guest, Not a member yet? Register   Sign In
how to redirect from CI index.php to folder/index.php?
#6

[eluser]qwertyjjj[/eluser]
[quote author="InsiteFX" date="1329392957"]
Code:
$route['catalog'] = 'catalog/index';

In Contoller
Code:
redirect('catalog/index', 'refresh');
[/quote]

Sorry, I'm a bit lost on that (I've read through tutorials but still a long way to go with learning)
The controller folder only has welcome.php and index.html.
Do I need to make an index.php controller and then an index.php view?

Where do I put $route['catalog'] = 'catalog/index'; is it application/config?
I changed welcome.php in the controllers to:

public function index()
{
redirect('catalog/index', 'refresh');
//$this->load->view('welcome_message');
}

but now I just get a blank page when going to http://localhost

...or am I supposed to put the entire OSCommerce application, stylesheets, and folders into the application folder?


Messages In This Thread
how to redirect from CI index.php to folder/index.php? - by El Forum - 02-16-2012, 02:53 AM
how to redirect from CI index.php to folder/index.php? - by El Forum - 02-16-2012, 03:01 AM
how to redirect from CI index.php to folder/index.php? - by El Forum - 02-16-2012, 03:02 AM
how to redirect from CI index.php to folder/index.php? - by El Forum - 02-16-2012, 04:49 AM
how to redirect from CI index.php to folder/index.php? - by El Forum - 02-16-2012, 07:55 AM
how to redirect from CI index.php to folder/index.php? - by El Forum - 02-16-2012, 08:26 AM
how to redirect from CI index.php to folder/index.php? - by El Forum - 02-16-2012, 09:00 AM
how to redirect from CI index.php to folder/index.php? - by El Forum - 02-16-2012, 09:02 AM
how to redirect from CI index.php to folder/index.php? - by El Forum - 02-16-2012, 09:08 AM
how to redirect from CI index.php to folder/index.php? - by El Forum - 02-16-2012, 02:31 PM
how to redirect from CI index.php to folder/index.php? - by El Forum - 02-16-2012, 02:59 PM
how to redirect from CI index.php to folder/index.php? - by El Forum - 02-16-2012, 04:08 PM
how to redirect from CI index.php to folder/index.php? - by El Forum - 02-16-2012, 04:15 PM
how to redirect from CI index.php to folder/index.php? - by El Forum - 02-19-2012, 04:37 PM
how to redirect from CI index.php to folder/index.php? - by El Forum - 02-19-2012, 04:49 PM
how to redirect from CI index.php to folder/index.php? - by El Forum - 02-20-2012, 12:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB