Rewrite Clients from "/" to "/testpage"
- Last Updated: August 5, 2025
- 1 minute read
- LoadMaster
- LoadMaster GA
- Documentation
Logic
Match on the URL/directory “/” and replace it with “/testpage”.
Example: www.domain.com/ changed to www.domain.com/testpage/
Syntax
Rule type: Modify URL
Match String: /^\/$/
Replace with: /testpage
Start Regex: /
Start Match: ^
Literal character: \
End Match: $
End Regex: /