---
title: Rewrite URL rule configuration examples
description: This table displays four examples of rewrite URL rule configurations in PingAccess.
component: pingaccess
version: 8.3
page_id: pingaccess:pingaccess_user_interface_reference_guide:pa_rewrite_url_rule_config_examples
canonical_url: https://docs.pingidentity.com/pingaccess/8.3/pingaccess_user_interface_reference_guide/pa_rewrite_url_rule_config_examples.html
revdate: February 6, 2023
---

# Rewrite URL rule configuration examples

This table displays four examples of rewrite URL rule configurations in PingAccess.

| Map from value     | Map to value             | Example request                | Rewrite by PingAccess                |
| ------------------ | ------------------------ | ------------------------------ | ------------------------------------ |
| `/bank/`           | `/application/`          | `/bank/content.html`           | `/application/content.html`          |
| `^/bank/(.*)`      | `/application/$1`        | `/bank/content.html`           | `/application/content.html`          |
| `/bank/index.html` | `/application/index.jsp` | `/bank/index.html`             | `/application/index.jsp`             |
| `/bank/index.html` | `/application/index.jsp` | `/bank/index.html?query=stuff` | `/application/index.jsp?query=stuff` |
