If I have a view located at application/views/templates/games/gamename/ is there a way to turn off mod_rewrite for that directory?
Also, is there a way to not use the smarty templating for that view?
The reason I want to do this is because I have a java script game which unfortunately is having trouble getting data from the backend, therefore the game fails to load and gets stuck on the preloader. This is also why I want to turn off the smarty template because it is not properly loading the correct assets.