Rune, > Yes, you are right Jake. All the styling is stripped out and I can't > get it > back. Trying ?updateapp=1 many times now. It works perfect on my local > computer but not on the server. > And the setup is the same. > You see the problem if u type www.applayit.com
Your problem is that your application.url.webroot is set to the string "applayit" when it should be blank (since you're not running your website from a subdirectory/alias. To fix this, edit <project>/www/Application.cfm and change projectURL="applayit" to projectURL="" in the farcryinit custom tag call. Regards, -- Jeff Coughlin Web Application Developer http://jeffcoughlin.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
