[Catalyst] Doubts while converting Maypole framework to Catalyst framework
Zbigniew Lukasiak
zzbbyy at gmail.com
Tue Feb 28 08:52:25 CET 2006
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
>
>
>
More information about the Catalyst
mailing list