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 1d2aefa commit a96b2eaCopy full SHA for a96b2ea
components/routing/hostname_pattern.rst
@@ -28,7 +28,9 @@ You can also match on the HTTP *hostname* of the incoming request.
28
29
<routes xmlns="http://symfony.com/schema/routing"
30
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
31
- xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
+ xsi:schemaLocation="http://symfony.com/schema/routing
32
+ http://symfony.com/schema/routing/routing-1.0.xsd"
33
+ >
34
35
<route id="mobile_homepage" pattern="/" hostname-pattern="m.example.com">
36
<default key="_controller">AcmeDemoBundle:Main:mobileHomepage</default>
0 commit comments