components
Parameters
value
The components used to rewrite the URL. Possible values are path_only
and query_string_only
to limit the rewrite to the URL Path or URL Query String only.
Note: One or both of
path
andquery_string
must be specified. If one of these is not specified, it means the value will be empty. If you only want to rewritepath
orquery_string
, usecomponents
.