Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696900e commit cdf1d72Copy full SHA for cdf1d72
src/Symfony/Bundle/FrameworkBundle/Resources/config/routing/proxy.xml
@@ -4,5 +4,7 @@
4
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
6
7
- <route id="_proxy" pattern="/_proxy/{_controller}.{_format}" />
+ <route id="_proxy" pattern="/_proxy/controller/{_controller}/format/{_format}">
8
+ <requirement key="_controller">.+</requirement>
9
+ </route>
10
</routes>
0 commit comments