Configuting URLRewrite Feature

To use the URLRewrite feature, configuration related to Condition and Rule must be set in the 'url_rewrite_config' section of common_config in /server/http.

The following is an example of the /server/http configuration to enable the URLRewrite feature:

"server": {
    "http": {
        "common_config": {
            "url_rewrite_config": "config/rewrite.conf",
            ...

In url_rewrite_config, you can use RewriteCond and RewriteRule settings from Apache’s mod_rewrite feature. However, not all configurations are supported, and some functionalities are restricted.

The URLRewriteConfig settings described in the guide are based on Apache 2.2’s 'mod_rewrite'. Some of the described features may not function in WebtoB.