RE: IIS redirect opinions

2010-12-09 Thread Kennedy, Jim
If your ranking is important to you/your company then do it their way.

From: Jim Holmgren [mailto:jholmg...@xlhealth.com]
Sent: Thursday, December 09, 2010 1:08 PM
To: NT System Admin Issues
Subject: IIS redirect opinions

Our search-engine management vendor is requesting that I set up a 301 redirect 
from http://oursite.com  http://www.oursite.com  because it is messing with 
their page ranking.

My personal  preference would be to toss these guys out the door, but in lieu 
of that, I would tend to think we should go the other way - redirect 
http://www.oursite.com to http://oursite.com

Just looking for some thoughts and opinions on this.

Thanks!
Jim


Jim Holmgren
Manager of Server Engineering
XLHealth Corporation
The Warehouse at Camden Yards
351 West Camden Street, Suite 100
Baltimore, MD 21201
410.625.2200 (main)
443.524.8573 (direct)
443-506.2400 (cell)
www.xlhealth.com





~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

CONFIDENTIALITY NOTICE: This email, including attachments, is for the sole use 
of the intended recipient(s) and may contain confidential and/or protected 
health information. Under the Federal Law (HIPAA), the intended recipient is 
obligated to keep this information secure and confidential. Any disclosure to 
third parties without authorization from the member of as permitted by law is 
prohibited and punishable under Federal Law. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message.

NOTA DE CONFIDENCIALIDAD: Este mensaje incluyendo cualquier anejo es para uso 
exclusivo del (los) destinatario (s) y puede incluir informaci?n confidencial 
y/o informaci?n de salud protegida. La Ley Federal (HIPAA) establece que el 
destinatario est? obligado a mantener la informaci?n confidencial y sequra. 
HIPAA proh?be y castiga cualquier divulgaci?n a terceras personas sin 
autorizaci?n del afiliado o permitido por ley. Si usted no es el destinatario, 
redirija esta mensaje al remitente, y destruye cualquier copia existente del 
mensaje original.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: IIS redirect opinions

2010-12-09 Thread Phil Brutsche
They are correct in their request.

Doing it your way vs their way is a po-tay-toe vs po-tah-toe thing.

Whether you want to show this particular organization the door is a
separate question; just keep in mind that, should you choose to switch,
whoever you choose to switch will make the very same request.

On 12/9/2010 12:08 PM, Jim Holmgren wrote:
> Our search-engine management vendor is requesting that I set up a 301
> redirect from http://oursite.com  http://www.oursite.com  because it is
> messing with their page ranking. 
> 
> My personal  preference would be to toss these guys out the door, but in
> lieu of that, I would tend to think we should go the other way –
> redirect http://www.oursite.com to http://oursite.com

-- 

Phil Brutsche
p...@optimumdata.com


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



RE: IIS redirect opinions

2010-12-09 Thread David Lum
You say po-tay-toe, they say po-tah-toe

From: Jim Holmgren [mailto:jholmg...@xlhealth.com]
Sent: Thursday, December 09, 2010 10:08 AM
To: NT System Admin Issues
Subject: IIS redirect opinions

Our search-engine management vendor is requesting that I set up a 301 redirect 
from http://oursite.com  http://www.oursite.com  because it is messing with 
their page ranking.

My personal  preference would be to toss these guys out the door, but in lieu 
of that, I would tend to think we should go the other way - redirect 
http://www.oursite.com to http://oursite.com

Just looking for some thoughts and opinions on this.

Thanks!
Jim


Jim Holmgren
Manager of Server Engineering
XLHealth Corporation
The Warehouse at Camden Yards
351 West Camden Street, Suite 100
Baltimore, MD 21201
410.625.2200 (main)
443.524.8573 (direct)
443-506.2400 (cell)
www.xlhealth.com





~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to 
listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

CONFIDENTIALITY NOTICE: This email, including attachments, is for the sole use 
of the intended recipient(s) and may contain confidential and/or protected 
health information. Under the Federal Law (HIPAA), the intended recipient is 
obligated to keep this information secure and confidential. Any disclosure to 
third parties without authorization from the member of as permitted by law is 
prohibited and punishable under Federal Law. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message.

NOTA DE CONFIDENCIALIDAD: Este mensaje incluyendo cualquier anejo es para uso 
exclusivo del (los) destinatario (s) y puede incluir informaci?n confidencial 
y/o informaci?n de salud protegida. La Ley Federal (HIPAA) establece que el 
destinatario est? obligado a mantener la informaci?n confidencial y sequra. 
HIPAA proh?be y castiga cualquier divulgaci?n a terceras personas sin 
autorizaci?n del afiliado o permitido por ley. Si usted no es el destinatario, 
redirija esta mensaje al remitente, y destruye cualquier copia existente del 
mensaje original.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: IIS redirect?

2009-01-05 Thread Ken Schaefer
Use the IIS built in functionality, and there's no need to even load/enable ASP.

Cheers
Ken

-Original Message-
From: Andy Ognenoff [mailto:andyognen...@gmail.com] 
Sent: Tuesday, 6 January 2009 5:09 AM
To: NT System Admin Issues
Subject: RE: IIS redirect?

I do this kind of thing server side.  In ASP, use a
Response.Redirect("url").

 - Andy O.

>-Original Message-
>From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
>Sent: Monday, January 05, 2009 11:48 AM
>To: NT System Admin Issues
>Subject: Re: IIS redirect?
>
>META is moar bettah, as javascript is increasingly blocked by default.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~


RE: IIS redirect?

2009-01-05 Thread Kennedy, Jim
Response.Redirect is more perfect!


> -Original Message-
> From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
> Sent: Monday, January 05, 2009 1:19 PM
> To: NT System Admin Issues
> Subject: Re: IIS redirect?
> 
> Yea, that's a better idea too.  Anything that is server-side really.
> I just couldn't come up with anything else that rhymed. :-)
> 
> --
> ME2
> 
> 
> 
> On Mon, Jan 5, 2009 at 1:09 PM, Andy Ognenoff 
> wrote:
> > I do this kind of thing server side.  In ASP, use a
> > Response.Redirect("url").
> >
> >  - Andy O.
> >
> >>-Original Message-
> >>From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
> >>Sent: Monday, January 05, 2009 11:48 AM
> >>To: NT System Admin Issues
> >>Subject: Re: IIS redirect?
> >>
> >>META is moar bettah, as javascript is increasingly blocked by
> default.
> >
> >
> >
> > ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> > ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
> >
> 
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~


Re: IIS redirect?

2009-01-05 Thread Micheal Espinola Jr
Yea, that's a better idea too.  Anything that is server-side really.
I just couldn't come up with anything else that rhymed. :-)

--
ME2



On Mon, Jan 5, 2009 at 1:09 PM, Andy Ognenoff  wrote:
> I do this kind of thing server side.  In ASP, use a
> Response.Redirect("url").
>
>  - Andy O.
>
>>-Original Message-
>>From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
>>Sent: Monday, January 05, 2009 11:48 AM
>>To: NT System Admin Issues
>>Subject: Re: IIS redirect?
>>
>>META is moar bettah, as javascript is increasingly blocked by default.
>
>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~


RE: IIS redirect?

2009-01-05 Thread Andy Ognenoff
I do this kind of thing server side.  In ASP, use a
Response.Redirect("url").

 - Andy O.

>-Original Message-
>From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
>Sent: Monday, January 05, 2009 11:48 AM
>To: NT System Admin Issues
>Subject: Re: IIS redirect?
>
>META is moar bettah, as javascript is increasingly blocked by default.



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~


Re: IIS redirect?

2009-01-05 Thread Micheal Espinola Jr
META is moar bettah, as javascript is increasingly blocked by default.

--
ME2



On Tue, Dec 30, 2008 at 1:23 PM, Troy Meyer  wrote:
> Google javascript http redirect
>
> http://www.pageresource.com/jscript/jredir.htm
>
>
> so if I go to http://mail.daves.com you automatically route me to 
> https://mail.daves.com/exchange
>
>
> -troy
>
> -Original Message-
> From: David Lum [mailto:david@nwea.org]
> Sent: Tuesday, December 30, 2008 10:17 AM
> To: NT System Admin Issues
> Subject: IIS redirect?
>
> Say I want to redirect mail.myplace.com to www.myplace.com/Exchange, how do I 
> do that? It's a DNS entry andwhat? I'm looking to make it so users don't 
> have to include the /Exchange piece in the URL, so them typing 
> mail.myplace.com takes them to the OWA page (Exchange 2003).
>
>
>
> Caveat: Server in question also hosts a regular www site and is not dedicated 
> to just Exchange.
>
> David Lum // SYSTEMS ENGINEER
> NORTHWEST EVALUATION ASSOCIATION
> (Desk) 971.222.1025 // (Cell) 503.267.9764
>
>
>
>
>
>
>
>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


RE: IIS redirect?

2008-12-30 Thread Ken Schaefer
I would suggest ISA server (or whatever reverse proxy you have in place) if you 
have one

Alternatively, I would create a second website that answers to 
http://mail.myplace.com and create a custom 404 (File Not Found) error page 
that does a redirect to http://www.myplace.com/exchange -or-  you can use the 
native IIS redirect functionality that redirects any request for any 
file/folder to go to http://www.myplace.com/exchange.

Cheers
Ken

From: David Lum [mailto:david@nwea.org]
Sent: Wednesday, 31 December 2008 5:17 AM
To: NT System Admin Issues
Subject: IIS redirect?

Say I want to redirect mail.myplace.com to 
www.myplace.com/Exchange, how do I do that? 
It's a DNS entry andwhat? I'm looking to make it so users don't have to 
include the /Exchange piece in the URL, so them typing mail.myplace.com takes 
them to the OWA page (Exchange 2003).

Caveat: Server in question also hosts a regular www site and is not dedicated 
to just Exchange.





~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: IIS redirect?

2008-12-30 Thread Erik Goldoff
not in DNS, but on your IIS management ... couple ways to achieve this
 
1)  Use the redirect feature to redirect www.myplace.com/  to
www.myplace.com/exchange
2) Set the default document for www.myplace.com to
www.myplace.com/exchange/login.asp  or default.asp or whatever the Exchange
folder wants to use for default
 

Erik Goldoff


IT  Consultant

Systems, Networks, & Security 

 

  _  

From: David Lum [mailto:david@nwea.org] 
Sent: Tuesday, December 30, 2008 1:17 PM
To: NT System Admin Issues
Subject: IIS redirect?



Say I want to redirect mail.myplace.com to www.myplace.com/Exchange, how do
I do that? It's a DNS entry and..what? I'm looking to make it so users don't
have to include the /Exchange piece in the URL, so them typing
mail.myplace.com takes them to the OWA page (Exchange 2003).

 

Caveat: Server in question also hosts a regular www site and is not
dedicated to just Exchange.

David Lum // SYSTEMS ENGINEER 
NORTHWEST EVALUATION ASSOCIATION
(Desk) 971.222.1025 // (Cell) 503.267.9764

 


 


 


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: IIS redirect?

2008-12-30 Thread Sean Rector
I do it at my ISA server.

Sean Rector, MCSE

-Original Message-
From: Troy Meyer [mailto:troy.me...@monacocoach.com] 
Sent: Tuesday, December 30, 2008 1:24 PM
To: NT System Admin Issues
Subject: RE: IIS redirect?

Google javascript http redirect

http://www.pageresource.com/jscript/jredir.htm


so if I go to http://mail.daves.com you automatically route me to
https://mail.daves.com/exchange


-troy

-Original Message-
From: David Lum [mailto:david@nwea.org] 
Sent: Tuesday, December 30, 2008 10:17 AM
To: NT System Admin Issues
Subject: IIS redirect?

Say I want to redirect mail.myplace.com to www.myplace.com/Exchange, how
do I do that? It's a DNS entry andwhat? I'm looking to make it so
users don't have to include the /Exchange piece in the URL, so them
typing mail.myplace.com takes them to the OWA page (Exchange 2003).

 

Caveat: Server in question also hosts a regular www site and is not
dedicated to just Exchange.

David Lum // SYSTEMS ENGINEER 
NORTHWEST EVALUATION ASSOCIATION
(Desk) 971.222.1025 // (Cell) 503.267.9764

 


 

 


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~
> 2008-2009 Season:  Tosca | The Barber of Seville
> Recently Announced:  Virginia Opera's 35th Anniversary Season 2009-2010
Visit us online at www.vaopera.org or call 1.866.OPERA.VA

This e-mail and any attached files are confidential and intended solely for the 
intended recipient(s). Unless otherwise specified, persons unnamed as 
recipients may not read, distribute, copy or alter this e-mail. Any views or 
opinions expressed in this e-mail belong to the author and may not necessarily 
represent those of Virginia Opera. Although precautions have been taken to 
ensure no viruses are present, Virginia Opera cannot accept responsibility for 
any loss or damage that may arise from the use of this e-mail or attachments.


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~


RE: IIS redirect?

2008-12-30 Thread Kennedy, Jim
Modify my idea. I just saw the caveat.

I would have put up a second website on the IIS server than answers to 
mail.myplace.com using host headers and set up the DNS to point to that. Then 
add the meta http code below to the index page for that.

Perhaps the second website as I suggest for mail.myplace.com and the index page 
is:



But I am unsure of that, give it a test.


From: Kennedy, Jim
Sent: Tuesday, December 30, 2008 1:24 PM
To: NT System Admin Issues
Subject: RE: IIS redirect?

DNS CNAME pointing mail.myplace.com to www.myplace.com<http://www.myplace.com>

Your default index.htm page at the website 
www.myplace.com<http://www.myplace.com> is this:



Watch the names on your Certs so you don't get a mismatch.




From: David Lum [mailto:david@nwea.org]
Sent: Tuesday, December 30, 2008 1:17 PM
To: NT System Admin Issues
Subject: IIS redirect?

Say I want to redirect mail.myplace.com to 
www.myplace.com/Exchange<http://www.myplace.com/Exchange>, how do I do that? 
It's a DNS entry andwhat? I'm looking to make it so users don't have to 
include the /Exchange piece in the URL, so them typing mail.myplace.com takes 
them to the OWA page (Exchange 2003).

Caveat: Server in question also hosts a regular www site and is not dedicated 
to just Exchange.
David Lum // SYSTEMS ENGINEER
NORTHWEST EVALUATION ASSOCIATION
(Desk) 971.222.1025 // (Cell) 503.267.9764







~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

Re: IIS redirect?

2008-12-30 Thread Steven Peck
and another link as well
http://technet.microsoft.com/en-us/library/aa998359.aspx

On Tue, Dec 30, 2008 at 10:24 AM, Steven Peck  wrote:
> http://support.microsoft.com/kb/839357
> DNS for the domain mail.myplace.com
> set up a web site that answers to it with an error page
> - that automatically redirects said user to the proper secure
> https://www.myplace.com/Exchange
>
> Works great.
>
> Steven
>
> On Tue, Dec 30, 2008 at 10:17 AM, David Lum  wrote:
>> Say I want to redirect mail.myplace.com to www.myplace.com/Exchange, how do
>> I do that? It's a DNS entry and….what? I'm looking to make it so users don't
>> have to include the /Exchange piece in the URL, so them typing
>> mail.myplace.com takes them to the OWA page (Exchange 2003).
>>
>>
>>
>> Caveat: Server in question also hosts a regular www site and is not
>> dedicated to just Exchange.
>>
>> David Lum // SYSTEMS ENGINEER
>> NORTHWEST EVALUATION ASSOCIATION
>> (Desk) 971.222.1025 // (Cell) 503.267.9764
>>
>>
>>
>>
>>
>>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


Re: IIS redirect?

2008-12-30 Thread Steven Peck
http://support.microsoft.com/kb/839357
DNS for the domain mail.myplace.com
set up a web site that answers to it with an error page
- that automatically redirects said user to the proper secure
https://www.myplace.com/Exchange

Works great.

Steven

On Tue, Dec 30, 2008 at 10:17 AM, David Lum  wrote:
> Say I want to redirect mail.myplace.com to www.myplace.com/Exchange, how do
> I do that? It's a DNS entry and….what? I'm looking to make it so users don't
> have to include the /Exchange piece in the URL, so them typing
> mail.myplace.com takes them to the OWA page (Exchange 2003).
>
>
>
> Caveat: Server in question also hosts a regular www site and is not
> dedicated to just Exchange.
>
> David Lum // SYSTEMS ENGINEER
> NORTHWEST EVALUATION ASSOCIATION
> (Desk) 971.222.1025 // (Cell) 503.267.9764
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


RE: IIS redirect?

2008-12-30 Thread Kennedy, Jim
DNS CNAME pointing mail.myplace.com to www.myplace.com

Your default index.htm page at the website 
www.myplace.com is this:



Watch the names on your Certs so you don't get a mismatch.




From: David Lum [mailto:david@nwea.org]
Sent: Tuesday, December 30, 2008 1:17 PM
To: NT System Admin Issues
Subject: IIS redirect?

Say I want to redirect mail.myplace.com to 
www.myplace.com/Exchange, how do I do that? 
It's a DNS entry andwhat? I'm looking to make it so users don't have to 
include the /Exchange piece in the URL, so them typing mail.myplace.com takes 
them to the OWA page (Exchange 2003).

Caveat: Server in question also hosts a regular www site and is not dedicated 
to just Exchange.
David Lum // SYSTEMS ENGINEER
NORTHWEST EVALUATION ASSOCIATION
(Desk) 971.222.1025 // (Cell) 503.267.9764







~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: IIS redirect?

2008-12-30 Thread Troy Meyer
Google javascript http redirect

http://www.pageresource.com/jscript/jredir.htm


so if I go to http://mail.daves.com you automatically route me to 
https://mail.daves.com/exchange


-troy

-Original Message-
From: David Lum [mailto:david@nwea.org] 
Sent: Tuesday, December 30, 2008 10:17 AM
To: NT System Admin Issues
Subject: IIS redirect?

Say I want to redirect mail.myplace.com to www.myplace.com/Exchange, how do I 
do that? It's a DNS entry andwhat? I'm looking to make it so users don't 
have to include the /Exchange piece in the URL, so them typing mail.myplace.com 
takes them to the OWA page (Exchange 2003).

 

Caveat: Server in question also hosts a regular www site and is not dedicated 
to just Exchange.

David Lum // SYSTEMS ENGINEER 
NORTHWEST EVALUATION ASSOCIATION
(Desk) 971.222.1025 // (Cell) 503.267.9764

 


 

 


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~