]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/dumper/url_matcher2.apache
twig implementation
[github/wallabag/wallabag.git] / vendor / symfony / routing / Symfony / Component / Routing / Tests / Fixtures / dumper / url_matcher2.apache
1 # skip "real" requests
2 RewriteCond %{REQUEST_FILENAME} -f
3 RewriteRule .* - [QSA,L]
4
5 # foo
6 RewriteCond %{REQUEST_URI} ^/foo$
7 RewriteRule .* ap\ p_d\ ev.php [QSA,L,E=_ROUTING_route:foo]