I have a URL like below and I need to remove the controller name (myController). I've use several fixes but none fixed the issue. Please help me guys..
http://foldername.example.com/foldername/myController/my-page
'example.com' is the domain and all the files related to the site is inside 'foldername' folder. 'my-page' is the view name
In the end I need the above URL to be like below.
Thank in advance guys..!!
See Question&Answers more detail:os