Welcome Guest, Not a member yet? Register   Sign In
Modular Extenstion default_controller problem
#1

[eluser]omerorhan[/eluser]
Hi,

I made a clean CI 1.7.2 setup and Modular Extension 5.2.31.

I created

application/modules/test
application/modules/test/config/routes.php
application/modules/test/controller/entry.php
application/modules/test/view/test_view.php

in routes.php i have
$route['default_controller'] = "entry";

if i call /index.php/test/ - i get 404 Page Not Found The page you requested was not found.

/index.php/test/entry works.

default_controller setting doesn't work at all. It only works is module's name and controller name is same.

How can i fix it?
Thank you.

Orhan.
#2

[eluser]omerorhan[/eluser]
I still couldn't handle it.

Any single help will be appreciated.

Thank you.
#3

[eluser]wiredesignz[/eluser]
Module_name = default_controller_name.
Code:
$route['test'] = 'entry';




Theme © iAndrew 2016 - Forum software by © MyBB