0 Replies Latest reply on Mar 29, 2004 4:59 AM by dlux42

    URL to module mapping

    dlux42

      As I see in the NukeServlet code, all the non-module requests are forwarded to the HTML servlet.

      Is it possible to write another servlet which binds to another URL and forward the request to other module, like a newsletter-archive, for example: /newsletters/20040105alpha.

      Is it planned to made the URL-handling more flexible and allow modules to reserve URLs, like "/newsletters/"? I think the "module=newsletter&op=show&id=/20040105" syntax is not so nice...