我只是想爲我的magento網站創建一個單獨的模塊。我只是按照與here提到的相同的步驟。但我得到404錯誤。你好世界在magento不工作
我不知道它爲什麼發生。我在管理面板中有我的默認存儲視圖。是因爲它不工作的原因嗎?
這是我目前運行的打印網址「你好指數」
http://my_domain.ca/web/frontier/helloworld
如果可以請幫我傢伙。我在這裏問stackoverflow,因爲那個博客是3歲,我不會很快得到答覆。
config.xml中
<config>
<modules>
<Alanstormdotcom_Helloworld>
<version>0.1.0</version>
</Alanstormdotcom_Helloworld>
</modules>
</config>
<config>
<frontend>
<routers>
<helloworld>
<use>standard</use>
<args>
<module>Alanstormdotcom_Helloworld</module>
<frontName>helloworld</frontName>
</args>
</helloworld>
</routers>
</frontend>
</config>
和Alanstormdotcom_Helloworld.xml
<config>
<modules>
<Alanstormdotcom_Helloworld>
<active>true</active>
<codePool>local</codePool>
</Alanstormdotcom_Helloworld>
</modules>
</config>
你是否清除你的magento配置緩存目錄(normaly var/cache)。 – Seb
@seb請告訴我如何清除緩存我已經清除了系統/緩存管理緩存 – user3110655
刪除那裏的所有文件/目錄。 – Seb