|
@@ -49,6 +49,10 @@ RewriteRule .* $0/ [QSA,L,R=301]
|
|
|
RewriteCond %{REQUEST_URI} ^/test/([^/]+?)/$
|
|
|
RewriteRule .* app.php [QSA,L,E=_ROUTING__route:baz5,E=_ROUTING_foo:%1]
|
|
|
|
|
|
+# baz6
|
|
|
+RewriteCond %{REQUEST_URI} ^/test/baz$
|
|
|
+RewriteRule .* app.php [QSA,L,E=_ROUTING__route:baz6,E=_ROUTING_foo:bar\ baz]
|
|
|
+
|
|
|
# 405 Method Not Allowed
|
|
|
RewriteCond %{_ROUTING__allow_GET} !-z [OR]
|
|
|
RewriteCond %{_ROUTING__allow_HEAD} !-z [OR]
|