Using htaccess to re-write all possible urls in a MVC style web app? – Apache
I have a Laravel style MVC webapp. Not written in Laravel, but similar concept. On my dev box, my webapp lived in its own "domain" with the /public folder being the document root. Folder Structure MyProject | +-- App |…