Sean,

In order for friendly urls to work in FarCry 5.1 you must have a  
rewrite engine in place (i.e. mod_rewrite, or isapi_rewrite).  Also,  
FarCry checks only once if it is working (by going to http://domain/pingFU) 
  and then it caches the result (a boolean stating whether friendly  
urls are working).  Thus, if you setup the rewrite engine correctly on  
the web server, you have to update app in FarCry so the cache can clear.

But before you start testing for updateapp (to see if your rewrite  
configs are working), it's easier to just check whether or not  
friendly urls are working yourself by doing (http://domain/pingFU) and  
seeing if you get the message "PING FU SUCCESS".  If you get that  
result, then go ahead and update the app scope.

As a side note: Sometimes when you change certain settings in  
isapi_rewrite, they won't take effect until you restart IIS (and  
always the same with Apache (excluding .htaccess config)).  It's fast  
enough to restart and shouldn't affect your users.

Regards,

--
Jeff Coughlin
Web Application Developer
http://jeffcoughlin.com

On Jan 9, 2009, at 4:06 PM, Sean Coyne wrote:

>
> Hi all,
>
> I have set up a new FC 5.1 site on shared hosting using the standalone
> deployment method on MySql 5.  Its using the default Mollio template.
> I installed it from the Community build on the builds download page.
>
> All seems to be well, but for the life of me, I can't seem to get
> Friendly URLs turned on.
>
> I edited the FU Config settings by adding my domain, changing SES URLs
> from "no" to "yes" (there is a typo there by the way, the label says
> suffix twice) and leaving URL pattern as /go/.
>
> I then edited the Plugins Config and checked the "Friendly URLs" box.
>
> I then rebuilt the friendly URLs for dmNavigation.
>
> I restarted the application.
>
> Now all urls are still using the index.cfm?objectid= format.  Also
> when I look at a navigation node in the "Site" section in the
> "Friendly URLs" panel  on the right I see the following:
>
> You do not currently have Friendly URLs available. Ask your
> administrator to add the required webserver rewrite.
>
>    * /support
>
>
> So /support is the Friendly URL even though I wanted /go/ still, I
> like the old way:) and the app seems to think they are still off.  Am
> I missing a setting somewhere?
>
> Now, I havent set up ISAPI_Rewrite yet, but that shouldn't matter.
> FarCry should still be generating the Friendly URL on the page
> shouldn't it?
>
> Thanks
>
> Sean


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to