我按照http://alanstorm.com/magento_controller_hello_world中的教程进行操作, 但我不知道为什么链接 filipeferminiano.com/lojateste/helloworld 不起作用。这是我的 config.xml
<config>
<modules>
<ffdotcom_Helloworld>
<version>0.1.0</version>
</ffdotcom_Helloworld>
</modules> <frontend>
<routers>
<helloworld>
<use>standard</use>
<args>
<module>ffdotcom_Helloworld</module>
<frontName>helloworld</frontName>
</args>
</helloworld>
</routers>
</frontend>