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

[eluser]qwertyjjj[/eluser]
[quote author="porquero" date="1329408480"]Are you sure?

Read Tutorial - Static pages: Routing

http://ellislab.com/codeigniter/user-gui...pages.html[/quote]

So, I did this in routes:
$route['default_controller'] = "Contr_redirect";

I made a controller called Contr_redirect with:
<?php

class Contr_redirect extends Controller{
function index()
{
redirect('catalog/index.php', 'location');
}
}

?>

However, I get a 404 error when going to http://localhost


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