I am having a few issues with a symfony project. We are using version 1.1
and froze the project then used the deploy feature as well to launch it on
our web server. When I try to access the site initially you can see the
login screen which is the default homepage if a user session has not been
started. Then, using a forward after login, the user goes to a page which is
fine but the content does not load that is called using a remote_function()
ajax call (probably using redirect in it somewhere). Also link_to_remotes do
not work. We get 404 errors in the div's where modules are supposed to load.

i.e. forwards seem to work fine yet redirects seem not to. Also tested this
using the $this->redirect function in an action.

I have followed numerous sources online that talk about .htaccess and the
vhost settings for apache but could someone enlighten me or point me in the
correct direction for what to look for as I feel a little overwhelmed right
now.

Regards

Gareth McCumskey

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to