All Products
Search
Document Center

Function Compute:RewriteConfig

Last Updated:Sep 19, 2024
ParameterTypeDescriptionExample
object

The URI rewrite configurations.

equalRulesarray<object>

The exact match rules.

object
matchstring

The matching rule.

/old
replacementstring

The replacement rule.

/new
wildcardRulesarray<object>

The wildcard match rules.

object
matchstring

The matching rule.

/api/*
replacementstring

The replacement rule.

/$1
regexRulesarray<object>

The regex match rules.

object
matchstring

The matching rule.

^/js/(.*?)$
replacementstring

The replacement rule.

/public/javascripts/$1