When incoming requests match
- Wildcard pattern
- Request URL:
http://store.example.com/admin*
- Request URL:
Then
- Target URL:
https://store.example.com/admin${1}
- Status code: 301
- Preserve query string: Enabled
Create a redirect rule to redirect requests for the administration area of store.example.com
to HTTPS, keeping the original path and query string.
This example single redirect for zone example.com
will redirect requests for the administration area of a specific subdomain (store.example.com
) to HTTPS, keeping the original path and query string.
When incoming requests match
http://store.example.com/admin*
Then
https://store.example.com/admin${1}
For example, the redirect rule would perform the following redirects:
Request URL | Target URL | Status code |
---|---|---|
http://store.example.com/admin/products/ | https://store.example.com/admin/products/ | 301 |
https://store.example.com/admin/products/ | (unchanged) | n/a |
http://store.example.com/admin/?logged_out=true | https://store.example.com/admin/?logged_out=true | 301 |
http://store.example.com/?all_items=true | (unchanged) | n/a |
http://example.com/admin/ | (unchanged) | n/a |
Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.
Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.
TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.