monkeyvu wrote: > I'm getting a 404 error when using friendly URL in Farcry 4.0 > > In Admin page, I have > /go/about-mediasmart /index.cfm?objectid=070FE755-D601-A52B- > EA1587C91EBA9A99 > > But in Home page, when I go to > http://127.0.0.1:8300/go/about-mediasmart > > I will have this issue > 404 /go/about-mediasmart > /go/about-mediasmart > > Anyway, if I go to > http://127.0.0.1:8300/index.cfm?objectid=070FE755-D601-A52B-EA1587C91EBA9A99
Friendly URLs only work if you have a valid URL rewrite in place. I do not believe that the default developer web server that ships with JRUN offers any rewrite capabilities at all. You need to use Apache (with mod_rewrite) or IIS (with a rewrite filter) in order to make this work. Please read through these detailed documents for more information on FUs in FarCry 3+4: http://docs.farcrycms.org/display/FCDEV30/Friendly+URL+Management http://docs.farcrycms.org/display/FCDEV40/Friendly+URL+Management -- geoff http://www.daemon.com.au/ PS. note that Friendly URL subsystem was rewritten for FarCry 5.1, notes available here: http://docs.farcrycms.org/display/FCDEV50/Friendly+URLs --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
