2025 May 22 8:15 AM - edited 2025 May 22 9:05 AM
Hi everyone,
We’ve recently set up a new domain specifically for accessing the SAP Convergent Charging (SAP CC) Backoffice. The application is currently accessible via:
https://myDomain.com/backoffice/login.zul
We would like to simplify this so that users can access the Backoffice directly via:
Is there a recommended way to configure a redirect or rewrite so that accessing the root domain https://myDomain.com automatically takes users to /backoffice/login.zul?
Any best practices, configuration examples, or guidance would be greatly appreciated.
Thanks in advance!
Best regards,
Mohsen Ahyaie
Request clarification before answering.
By following the instructions in the Creating a Website Redirect document, you can redirect the root domain to the /backoffice path. The following directive should work when added to the redirect file:
RedirectMatch 302 "^/$" "/backoffice"You can change the redirect status code to 301 if you want the redirection to be considered permanent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.