Welcome Guest, Not a member yet? Register   Sign In
Url Routing (Wildcard) Problem
#1

[eluser]egguzel[/eluser]
Hi everybody

I have a very basic problem. Even the simplest url routing function does not work in my code.

For example when my url is http://sitename/journals, I could not go to the http://sitename/blogs page.

Can someone help me?

Thank you

routes.php file =>
$route['default_controller'] = 'index';
$route['404_override'] = '';
$route['journals'] = 'blogs';

.htaccess file =>
Deny from all


Messages In This Thread
Url Routing (Wildcard) Problem - by El Forum - 07-06-2012, 01:21 PM
Url Routing (Wildcard) Problem - by El Forum - 07-06-2012, 03:28 PM
Url Routing (Wildcard) Problem - by El Forum - 07-06-2012, 05:04 PM
Url Routing (Wildcard) Problem - by El Forum - 07-07-2012, 11:57 AM
Url Routing (Wildcard) Problem - by El Forum - 07-07-2012, 11:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB