How to hide xxxxx-prod.adobemsbasic.com url from google | Community
Skip to main content
LB_PC
Level 2
January 7, 2022
Solved

How to hide xxxxx-prod.adobemsbasic.com url from google

  • January 7, 2022
  • 1 reply
  • 21011 views

Hi, 

 

I'm finding that the xxxxx-prod.adobemsbasic.com URL is turning up on google and other search engines as well as my sites cleaner URL, I was hoping that someone has had the same issue and had a solution to this issue. 

 

Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by LB_PC

Hey Jorg, 

 

Is there documents on how to set up the dispatcher that only "official" hostnames are set, just to check my work I think I have set that up right. 

 

As for redirect your suggesting that I then in the redirect map and add something like this?

RewriteRule xxxxx-prod.adobemsbasic.com/?$ https://www.mysite.com [L,R=permanent]

1 reply

joerghoh
Adobe Employee
Adobe Employee
January 8, 2022

you need to setup your dispatcher configuration in a way, that only "official" hostnames are allowed; anything else should be redirected to your "main" domain name.

LB_PC
LB_PCAuthorAccepted solution
Level 2
January 10, 2022

Hey Jorg, 

 

Is there documents on how to set up the dispatcher that only "official" hostnames are set, just to check my work I think I have set that up right. 

 

As for redirect your suggesting that I then in the redirect map and add something like this?

RewriteRule xxxxx-prod.adobemsbasic.com/?$ https://www.mysite.com [L,R=permanent]

joerghoh
Adobe Employee
Adobe Employee
January 13, 2022

That should work, yes.