in reply to Re: Titanium problem
in thread Titanium problem

Hello, I'm traying ot access the sever throug a web server with the following URL:
http://127.0.0.1:8080/index.cgi/Shop

But If I try to access not the default runmode:
http://127.0.0.1:8080/index.cgi/products

It still access the default runmode "families".


Thank you

Replies are listed 'Best First'.
Re^3: Titanium problem
by Anonymous Monk on Apr 14, 2010 at 08:01 UTC
    Arent you supposed to put those in your dispatch table?

      May be, But I can't get an example of how it works.

      My questions are

      Should de CGI::Application::Dispatcher be called from the Application module (in this case Shop.pm) or from CGI module?

      Does Dispatcher routes overwrites routes in the Shop.pm?

      Thank you