¡@

Home 

php Programming Glossary: controllername

How to remove action name from url in cakephp?

http://stackoverflow.com/questions/14069601/how-to-remove-action-name-from-url-in-cakephp

problem I am facing is as cakephp takes www.example.com Controllername viewname But my requirement is like this www.example.com Controllername.. viewname But my requirement is like this www.example.com Controllername param1 param2 If I pass this way It looks for param1 as controller.. param2 as view. Initially should be like www.example.com Controllername php .htaccess cakephp url rewriting share improve this question..