Hello, I am trying to figure out if this is possible using htaccess.
I am using a framework that works w/ controllers. I want to request site.com/username to be handled by site.com/cl/username without interfering with the controllers.
If not possible do I create a central controller that handles routing?
Thanks for your time!