OXID - Custom controller not working through address bar

233 Views Asked by At

I have created a custom module in oxidshop and added a controller through metadata.php

'files' => array(
        'mycustom' => 'application/controllers/MycustomController.php'
    ),

The code for MycustomController is same as the BasketController.php. I have been using it for testing. However, the request http://shopurl/index.php?cl=mycustom redirects to homepage. Any idea?

0

There are 0 best solutions below