Reputation: 13025
I would like to perform redirect like this,
https://subdomain.example.com/something/somefile.xfm?param1=value1
to https://example.com/something/somefile.xfm?param1=value1
I don't know the way of string manipulation that one can do with the Azure Verizon Edgecast premium service.
Upvotes: 1
Views: 471
Reputation: 501
Create a rule like this:
IF 'always'
Features:
'URL Redirect': source pattern: "(*.)", Destination: "https://example.com/$1"
Upvotes: 0