Hi guys,

I got an issue since I upgraded to CF10 but I'm not sure whether it's
relevant with FarCry or not.

I am using Farcry 6 and before I upgrade to CF 10 I have URL rewrite rule
in my apache vhost file like the red highlighted text below, without
commented out:

# I set localhost pointing to cfide so i can access my cf admin
<VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "C:/ColdFusion10/cfusion/wwwroot/"
    ServerName localhost
    ServerAlias localhost
    ErrorLog "logs/localhost-error.log"
    CustomLog "logs/localhost-access.log" common
    Alias /CFIDE "C:/ColdFusion10/cfusion/wwwroot/CFIDE"
</VirtualHost>

<VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "C:/dev/www/duno_farcry"
    ServerName duno_farcry.int
    ServerAlias duno_farcry.int
    ErrorLog "logs/duno_farcry.int-error.log"
    CustomLog "logs/duno_farcry.int-access.log" common

*    #RewriteEngine On
    #RewriteCond %{REQUEST_URI}
!(^/farcry|^/webtop|^/flex2gateway|^/flashservices|^/cfide)($|/)
    #RewriteRule ^([^.]+)$ /index.cfm?furl=/$1 [L,NC,QSA]*
    Alias /CFIDE "C:/ColdFusion10/cfusion/wwwroot/CFIDE"
</VirtualHost>

It all worked fine before. But since I upgrade to CF 10, if I leave the
rewrite rule there, when I access the virtual host duno_farcry.int, I
always get redirected the the document root which is where the cfide sits.
If I commented out the rewrite rule I can access the site fine.

Can anyone see what the problem is?

Thanks for any help.

Xiaofeng



On Fri, Jun 8, 2012 at 10:21 AM, Justin Carter <[email protected]>wrote:

> As far as we know, the only issues you should have are the same issues you
> would have with CF9 (so I'm assuming your still on CF8 or earlier?). In
> FarCry 4 there are two functions in
> "/core/webtop/includes/cfFunctionWrappers.cfm" which you will have to
> comment out or delete - location() and trace() - because there are new
> functions in CF9 with the same names that will cause an error to be thrown.
>
> Give it a try with CF10 on your local machine (or dev server) first just
> to be sure :)
>
> cheers,
> Justin
>
>
> On Friday, June 8, 2012 5:55:24 AM UTC+10, Anthony OConnor wrote:
>>
>> Currently having discussions with my management team about purchasing
>> CF10 upgrade.
>>
>> Is anyone aware of any compatability issues with FC4 and CF10?  We're
>> planing to upgrade both but would prefer to do the CF upgrade first
>> and want to make sure we'll be in the clear.
>>
>> Thanks,
>> Anthony
>
>  --
> You received this message cos you are subscribed to "farcry-dev" Google
> group.
> To post, email: [email protected]
> To unsubscribe, email: [email protected]
> For more options: http://groups.google.com/group/farcry-dev
> --------------------------------
> Follow us on Twitter: http://twitter.com/farcry
>



-- 
Best regards,

Xiaofeng,^_^

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to