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>