开发者

Why is Magento ignoring my frontName?

I'm following the tutorial on:

http://www.magentocommerce.com/knowledge-base/entry/magento-for-dev-part-3-magento-controller-dispatch

I'm creating a module called Rss in package MyPackage, my config looks as so:

<config>    
    <modules>
        &开发者_JAVA技巧lt;MyPackage_Rss>
            <version>0.1.0</version>
        </MyPackage_Rss>
    </modules>

    <frontend>
        <routers>
            <rss>
                <use>standard</use>
                <args>
                    <module>MyPackage_Rss</module>
                    <frontName>rss</frontName>
                </args>
            </rss>
        </routers>  
    </frontend>
</config>

In the Admin area, under Configuration I see that the module is Enabled.

I have the IndexController.php setup in:

~/local/MyPackage/Rss/controllers/IndexController.php

However, when I go to my site:

http://mysite/rss

I get a 404.

Any thoughts?

Using latest Magento Enterprise

Thanks in advance


There is already a Mage_Rss module that uses the "rss" front name for itself. Try using a different front name.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜