SEO friendly url's - generic solution
Hello,
So i have this fusebox3 application and i want to create friendly url's..
However i want to have a solution that works on both sides, on my development machine i have a local coldfusion installed with the internal server,
on my prod envirionment it uses iis..
I was playing with the idea of adding a sort of FriendlyUrlServlet in the Jrun/cf chain so it can translate it into a correct path to process
did anyone tried this already? if this is possible ofcourse..
or i could overload the 404.jsp page which should translate and redirect it to the correct page but i can't seem to find
how to do it using the internal server..
or if somebody has a correct translation htaccess defenition for fusebox3?
any other working idea's?
ty