I have an application and I am using the MVC architecture. I have a main controller that reads an application controller which decides the view etc.
As far as static content goes, what would be the best way to include and link to that? Should it be a view or should I bypass the front controller and just hit the static page.