Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is possible to force the friendly url initialisation. This can be done by adding the following line of code
<cfset application.fc.factory.farfu.turnon() />
to your projects _serverSpecificVarsAfterInit script
/projects/projectName/config/_serverSpecificVarsAfterInit.cfm

...