I\'m trying to override Mage/Contacts/IndexController.php
I created a folder in local and created Mynamespace/CustomContacts/controllers/IndexCont
Before getting to the answer I want to know have to defined your custom module in config.xml
file.
I think that is missing here.
Add
1.0.0
after config node in config.xml
file.
Also
Mynamespace_CustomContacts
`
it should be in small letters like below
Mynamespace_CustomContacts
`
Hope this will solve your problem.