Removing the main-controller's name from url |
Hi,
I have made a website which has almost all the operations under the same controller named "mainsite". So my urls look like this: www.mydomain.com/mainsite/products or www.mydomain.com/mainsite/page/3 etc. Is it possible to completely remove the "mainsite" -part from url with routes.php? Or with some other "trick" so that I wouldn't need to start moving everything from my mainsite-controller to other controllers? |
Messages In This Thread |
Removing the main-controller's name from url - by Liquid8 - 08-31-2015, 07:16 AM
RE: Removing the main-controller's name from url - by JoelPiccoli - 08-31-2015, 07:29 AM
RE: Removing the main-controller's name from url - by JoelPiccoli - 08-31-2015, 09:32 AM
RE: Removing the main-controller's name from url - by PaulD - 09-01-2015, 04:39 AM
RE: Removing the main-controller's name from url - by JoelPiccoli - 09-01-2015, 05:11 AM
|