php - Zend Framework subdomain problem -


I am using an .ini file to add paths to my application.

  resources.router. Roots.USName Type = "z_translator_rotter_root_hostname" resources.router.routes.username.route = ": username.example.com" resources.router.routes.username.defaults.module = "userinfo" resources.router.routes.us name .chains.index .type = "Zend_Controller_Router_Route" resources.router.routes.username.chains.index.route = ": Language /: Controller /: Action / *" resources.router.routes.username.chains.index.defaults. Controller = "index" resources.router.routes.username.chains.index.defaults.action = "index" 1) http://john.example.com/fr/controller/action 2) http: //john.example URL # 1 URL is this request request parameter:  
  request parameter: array ('language' = & Gt; 'F', 'Controller' = & gt; 'Controller', 'Action' = & gt; Action ',' Username '= & gt; John', 'Module' = & gt; Userinfo ',)  

URL # 2 This is not working. Request parameter:

  Request parameter: array ('Controller' = & gt; 'F', 'Action' = & gt; 'Controller', 'Module' = & gt; ,)  

Anyone can solve it.

Is the default language for the path you set up? Does not work by saying that you can provide more information? I have not been taking the ultimate of the language and always ran into some similar problem with Zend_navigation to switch to the default lang.

Eventually, I have to manually hack into a custom plugin by setting the default language in routshutdown. If it helps, then please see my post


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -