php - Change the RequestFormat globally for every routes in Symfony 2 application -


is there way change default html requestformat routes in application?

this might work, need set each individual route:

article_show:   pattern:  /articles/{culture}/{year}/{title}.{_format}   defaults: { _controller: acmedemobundle:article:show, _format: %global_format% } 


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -