[Catalyst] Doubts while converting Maypole framework to Catalyst framework
Vidya Sagar
vsagarkola at gmail.com
Tue Feb 28 15:52:51 CET 2006
I have traced my problem,When i am stating [%config.uri_base%] , its
extracting only the url which is stored in my conf.pm file.So it is
connecting to the home page.the remaining part i.e /page/about_sg.html is
getting ignored.How to solve it.
On 2/28/06, Zbigniew Lukasiak <zzbbyy at gmail.com> wrote:
>
> Are you sure that the page you are linking to is being served? The
> common catalyst setup displays the welcome page when it should give a
> 404 Page Not Found response. This happens when you use the default
> attribute for serving the index page - before the index attribute was
> added to Catalyst the default was the only way to serve something for
> a 'directory', now we have the index attribute for that.
>
> --
> Zbyszek
> On 2/27/06, Vidya Sagar <vsagarkola at gmail.com> wrote:
> > Hello All,
> >
> > I thought of converting my project which is currently in Maypole
> framework
> > to Catalyst framework.For this i started changing my code wherever
> > modifications are necessary.
> >
> > Previously whenever i want to give a url i used to give like:
> > <a
> > href="[%config.uri_base%]/page/about_sg.html">
> >
> > How shall i convert it,I tried my hand on all kinds of stuff like
> changing
> > it into <a href="[%c.config.uri_base%]/page/about_sg.html">
> > After that whenever i click on the url its connecting to the home
> > page.
> >
> > So can anyone help me solve this issue.
> >
> >
> >
> > Thank you.
> >
> >
> > _______________________________________________
> > Catalyst mailing list
> > Catalyst at lists.rawmode.org
> > http://lists.rawmode.org/mailman/listinfo/catalyst
> >
> >
> >
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060228/b6cba84b/attachment.htm
More information about the Catalyst
mailing list