I have a app root :localhost/Product
I want to attach a string to my root url localhost\stringName
stringName will be read frm config file and set to the end of url, followed by controller and action name eg: localhost\Product\stringName\controller\Action and stringName needs to be preserved throughtout the app with all redirects.
Please help