07-06-2012, 01:21 PM
[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
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