You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add a page to my system. Adding the entry using the Menu Configuration works perfectly but when i add my chtml document to what i think is the right location (views>home folder) is gives a 404 error. Is there another place i need to reference in the new document or another place it should be stored?
The text was updated successfully, but these errors were encountered:
It depends on the controller and action you chose. Everything is name based. So, if your document is called doc1 and you put it in the home directory you need to add a function called doc1 to the home controller. Then in the menu you would add the controller of home and the action of doc1.
I want to add a page to my system. Adding the entry using the Menu Configuration works perfectly but when i add my chtml document to what i think is the right location (views>home folder) is gives a 404 error. Is there another place i need to reference in the new document or another place it should be stored?
The text was updated successfully, but these errors were encountered: