Frank,

from my limited knowledge it is not recommended to change code in
farcry_core.
Usually you have two mappings (in the not root dir configuration at
least) in IIS like:
/farcry -> ..\farcry_core\admin
/<applicationname> -> ..\<applicationname>

(dont confuse these mappings with the CF ones)

then you can browse to your login with http://your.server.de/farcry
and to your site with http://your.server.de/<applicationname>

therefore the path you mentioned is never available as URL
(www.mydomain.de/farcry/farcry_core/admin...)

if you want a different hostname for your login, then simply make a new
website with hostheader name in IIS pointing like this:
http://login.server.de -> ..\farcry_core\admin

since i didnt try it myself, i cant tell you what you need in apps.cfm
or if it works ;)

besides that you could look into the custom admin page thing.

HTH
Jens Seipenbusch



Frank Schneider schrieb:
> Hello all, 
> 
> I have a question about the installation of FarCry. At the Mailing List I
> find an interesting contribute there is a link to
> http://www.spike.org.uk/blog/index.cfm (Thanks a lot for the great job,
> Spike!).
> The most of my questions become an answer there. I have download the file
> called farcry_demo.zip and fallowed the installation instructions. Know I
> changed some of the settings and install FarCry at our Web-Server. All
> really painless &#61514;.
> But know I have a problem with the container management. Normal if Iïm
> logged in to the admin site of FarCry I can view the container management
> at the web site. Know it donït work and I donït know what I have to change
> that my website knows that Iïm logged in!?
> 
> My IIS Host Headerïs:
> http://admin.design-notes.de (admin &#61514;)
> http://www.design-notes.de (web)
>  
> My changes are:
> 
> Farcry_core/admin/index.cfm Line 154 (to view my site by clicking the
> button)
> ï
> href="http://#ListInsertAt(ListDeleteAt(cgi.HTTP_HOST,1,"."),"1","www",".")#/"
> ï
> 
> And
> 
> Farcry_demo/config/_serverSpecificVars.cfm Line 12 and 14 (the mapping)
> I cleared the mapping path.
> 
> And
> 
> My apps.cfm at the root to this:
> 
> <cfset stApps = structNew()>
> <cfset stApps[cgi.HTTP_HOST] = 
> "#Replace(ListGetAt(cgi.HTTP_HOST,2,"."),"-","","All")#">
> 
> 
> I know that the mapping is the problem I have, but I donït like to see the
> complete site path (like this:
> www.mydomain.de/farcry/farcry_core/admin...).
> 
> Has anybody of you an idea what to do to give my www site the advise that
> Iïm logged in?
> 
> Thanks a lot for your Help
> Frank 
> 
> ---
> You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to 
> leave-farcry-dev-5105H-VCrIQ7D8lE6uI5gGy/[EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
> 


---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to