Skip to main content
Known Participant
September 27, 2013
Question

SEO friendly url's - generic solution

  • September 27, 2013
  • 1 reply
  • 488 views

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

    This topic has been closed for replies.

    1 reply

    Known Participant
    September 30, 2013

    maybe the ideal cross platform solution could be

    something like this format: http://aaa.bbb.cc/index.cfm/directory/tree/code/etc/

    so at the end you go trough the index.cfm and you can translate the rest somehow ?