Hello,
I hope someone can help me with another little problem. Meanwhile I
did a few sites with symfony, all runnning very nice.
My latest gives me a little headache.
I have two applications. One frontend and a backend to manage all
content. The backend is secured with a simple login form.
The form action is defined with
<?php echo url_for('security/submit') ?>
in the template which is rendered to
<form action="/backend.php/security/submit" method="POST">
in the html output.
When I now submit the form all that happens is that the loginform
loads again. With the difference that no style sheets or javascript
are loaded properly, because all url are mixed up.
The form tag for instance, now looks like that:
<form action="/backend.php/security/submit/submit/security/submit"
method="POST">
I have the routing under suspect. But I dont now what is wrong. I
havent changed much there, execept for the homepage definition, that
directs to the login form now (security/login).
This problem only occurs in the production environment on a shared
host. On my system everything runs nice.
Can anyone please give me a hint? I cant see the wood anymore, there
are so many trees ;-).
Thanks a lot,
Martin
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---