I've installed a symfony app using WAMP on a windows server. It runs on port
8080 and is the only app on this apache server. Under the dev environment,
it works/shows fine:

http://localhost:8080/frontend_dev.php
http://localhost:8080/frontend_dev.php/foo/bar
etc.

all work fine. When I browse to the prod environment, I get nothing - just a
blank shell of html source but none of my application; that is,

http://localhost:8080/
http://localhost:8080/index.php

don't show anything - just a blank white screen, with a few lines of html
source behind it. And the few lines of html source are not from my
apps/frontend/templates/lahyout.php file - they come from somewhere else.

Nothing else seems off - I can create model, insert SQL, clear cache from
the command line; I can use a browser to use the app to login, view dynamic
pages, etc. Thanks in advance for any suggestions.

~Brian

-- 
Brian P. Hoke
Bentley & Hoke LLC
315-446-2300
www.bentleyhoke.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to