0

I am new to magento development.Routes end with 404 page

enter image description here

enter image description here

It end with 404 page not found but if I move xml tags for routes to Adidas_CasualShoes.xml routes start working. it look like my local module configuration file is not working.

How I can debug and resolve this issue.

asked Oct 25, 2015 at 7:22
1
  • What URL are you trying to use, and what does your controller class look like? Commented Oct 25, 2015 at 13:03

1 Answer 1

3

Change the following in your config.xml

<?xml version="1.0"?>
<config>
 <modules>
 <Adidas_CasualShoes>
 <version>0.0.1</version>
 </Adidas_CasualShoes>
 </modules>

The module delcaration needs to match the same in your app/etc/modules/Adidas_CasualShoes.xml

answered Oct 25, 2015 at 7:45

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.