Link to home
Start Free TrialLog in
Avatar of Kavita pawar
Kavita pawar

asked on

Domino Website - Redirection

I want to redirect http://intranet.ABC.My Domain.eu to https://XYZ.sharepoint.com/sites/

I created a web site document. I then created a redirection "Web Site Rule" with the following: -
Incoming URL pattern: "/intranet.ABC.My Domain.eu"
Redirect to this URL: "https://XYZ.sharepoint.com/sites/"

Restarted http and it's still going to the "/homepage.nsf?Open".

I've removed the "Home URL" in the web site document as I don't want it to go to "/homepage.nsf?Open" anymore
Avatar of Sunil
Sunil
Flag of India image

Hosted on IIS?
ASKER CERTIFIED SOLUTION
Avatar of Sjef Bosman
Sjef Bosman
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kavita pawar
Kavita pawar

ASKER

I have enabled Loads Internet configurations from Server/Internet sites documents.
Type of rule:      Redirection
Incoming URL pattern:      *
Redirect to this URL:      https://XYZ.sharepoint.com/sites/*
301 redirect: Yes

unfortunately it is opening still the old home page
I just did almost exactly the same, on a test server:User generated image and it works. As you can see, I left the final asterisk out, so that any old URL will go to the external home page. I assume that is what you need, because Domino URLs usually don't make any sense on a SharePoint server.

How sad you're moving away from Domino...
Yeah that's sad though.. moving out from domino..

It is working now! Unfortunately all other pages e.g. http://intranet.ABC.MyDomain.eu/cdl/fachabteilungen are also redirected to the new target now. We need to only redirect http://intranet.ABC.MyDomain.eu and leave the other pages opening the old intranet content
Instead of the * for the incoming URL, try setting it to just a /
Yes, / worked for redirecting  'http://intranet.ABC.MyDomain.eu'  to the new target 'http://intranet.ABC.MyDomain.eu'

Is it possible to redirect 'http://intranet' to new target 'http://intranet.ABC.MyDomain.eu'
If you have an in-house DNS server, you can redirect add the name intranet as short name for the same address as intranet.ABC.MyDomain.eu

Otherwise, try to add redirect documents for
- intranet/
- intranet.*/
- intranet.*.*/
etc.

Grüsse.
Could you please close this question? Thank you.
REDIRECT  'http://intranet' to 'https://xyz.sharepoint.com/sites/cde'

I tried using
 intranet/
 intranet.*/
 intranet.*.*/
 but it didnt worked.
I am new to domino administration. I did not know if we have in-house  DSN server.
Sjef  your help is much appreciated.
IMHO it is a DNS problem, it's got little to do with Domino itself and it's probably best to solve it elsewhere. Ask your network admin to help you out.

I'll try to add the necessary keywords. Or you could ask a new question...
Thanks a lot Sjef.. you provided the exact solution for redirection of URL