1

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.

halfer
  • 19,824
  • 17
  • 99
  • 186
Kannaiyan
  • 12,554
  • 3
  • 44
  • 83

1 Answers1

0

Create a rule like this:

IF 'always'
Features:
    'URL Redirect': source pattern: "(*.)", Destination: "https://example.com/$1"
halfer
  • 19,824
  • 17
  • 99
  • 186
  • Do I need to do that for each cname that is hosted on that endpoint? Is there anyway I can do that for all cnanames by manipulating host variable? – Kannaiyan Oct 18 '17 at 21:14