PWA URL Alias

A

Alex Weeks

I've been asked to make the URL for the PWA simpler. Instead of:

hostname.domain.com/pwa

They want to be able to type in something like:

pwa.domain.com

and have this redirect them to the PWA URL.

How can I do this?
 
G

Gary Chefetz

Typically, people accomplish this by setting up DNS entries for the network
and alternate access mapping for the sites that you want to respond to the
shortened names. This is also know as "host headers" in plain old IIS speak.
 
A

Alex Weeks

OK. I understand that, but how to I specify just the PWA?

I want <hostname>.domain.com to continue to point to the same place.

I just want <newhostname>.domain.com to point to <hostname>.domain.com/pwa
 
E

elaine

I added teh alternate mapping as well as configured DNS, but it still does
not work. Can anyone provide the detailed procedure?

Thanks,

elaine
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top