man_in_form a écrit :
Hello friends,
                   I have developed one application using the
symfony.The application is running smoothly in developement
environment.
           e.g. http://192.168.1.28/alphaOdds/web/frontend_dev.php/index/Index.
      But when I try to run the same application in production
environment replacing the  "frontend_dev.php" with  "frontend.php"
           e.g. e.g. http://192.168.1.28/alphaOdds/web/frontend.php/index/Index.
then it is either showing blank page or giving problem in redirection
when we click on some link.

            Any idea what must be the solution?
           Thanks in advance.
  

If frontend is the first application created for this project, the front controller is index.php (not frontend.php). So, correct URL must be
http://192.168.1.28/alphaOdds/web/index.php/index/Index

or

http://192.168.1.28/alphaOdds/web/index/Index

--
Nicolas

--~--~---------~--~----~------------~-------~--~----~
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