So when you say "explodes", do you mean that it cannot find the path?
Look at the mappings on the production server - either there is no root set up so CF is just guessing the root, or the root is pointing to an incorrect folder. On Mon, Nov 9, 2009 at 9:51 AM, Steele <[email protected]> wrote: > > I have a .htaccess file with the following mod_rewrite rule > > RewriteRule ^(about|agent|buying|client|home|homeloan|project|renting| > layout|selling|survey|contact|shared)/([a-z]+) /index.cfm?fuseaction= > $1.$2&%{QUERY_STRING} [NC] > > When this is not running my pages work just fine, and when I run it on > our production server which is running IIS6 with Helicon Rewrite, it > works just fine too. > > As expected > http://local.OURDOMAIN.com.au/about/contactUs > correctly opens > http://local.OURDOMAIN.com.au/index.cfm?fuseaction=about.contactUs > > However, we have one really strange page which throws an error on our > Apache machines. > > <cfinclude template="/shared/dsp_propertyType.cfm"> > > my cfinclude explodes :( inside one of the /buying/ pages > > I don't understand why this would happen because that request SHOULD > come from cf. > > Any ideas? > > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google Groups > "cfaussie" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<cfaussie%[email protected]> > For more options, visit this group at > http://groups.google.com/group/cfaussie?hl=en > -~----------~----~----~----~------~----~------~--~--- > > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=.
