1
vote
1answer
191 views

How to handle CNAME host redirect to virtual directory?

I have an internal website and virtual directory http://server2012/logs. I created a CNAME on my DNS server as LOGS -> server2012. I would like to set it up so that http://LOGS redirects to ...
1
vote
1answer
116 views

301 redirect bulk aspx urls on IIS

We recently relaunched an old aspx site as a new Drupal site on the same domain. No 301 redirect was implemented. I have outputted a list of 1000 urls that need to be 301 redirected. Most of the ...
1
vote
1answer
374 views

IIS - HTTP Redirect all requests for one virtual directory to another

How do I set up an HTTP Redirect rule to redirect all requests for a virtual directory to another virtual directory, when I don't know the hostname or complete URL, and cannot use the URL Rewrite ...
0
votes
1answer
555 views

How to redirect a old URL using web.config (IIS)

I'm still very new to using URL rewrites and redirects and I'm having some problems on something I thought was quite simple... I've just rebuilt a website and want to redirect the old URLs to the new ...
3
votes
1answer
1k views

How do I use IIS7 rewrite to redirect requests for (HTTP or HTTPS):// (www or no-www) .domainaliases.ext to HTTPS://maindomain.ext

I have multiple domain names assigned to the same site and I want all possible access combinations redirected to one domain. In other words whether the visitor uses http://domainalias.ext or ...
3
votes
1answer
800 views

Redirect a url to another url in IIS 7.5

I have no idea why this isn't working. I've tried creating map rules and then rewritng and redirecting the url. I've tried just redirecting it with a simple rewrite rule and no matter what, the only ...
3
votes
1answer
403 views

Masking a redirection in IIS7

My tools: IIS7 1 x Windows 2008 Server IIS URL Rewrite Module 2 (installed) My requirement: Mask the redirection of www.bob.com to www.abc.com/bob/index.html - the end user should not see the ...
0
votes
3answers
965 views

IIS 7: Masking real domain

I have a website with 2 languages. website.local/fr and website.local/en How can I redirect: myfrweb.com to website.local/fr and myenweb.com to website.local/en keeping the myenweb.com or ...
0
votes
0answers
2k views

IIS 7.5 - HTTP Redirect and URL Rewrite

my goal is to give the users a friendly url like appname-help which should point to a sharePoint wiki site where we create the help content, the SharePoint url is ugly and long, something like: ...
2
votes
1answer
181 views

Is there a SEO benefit of a 'reverse canonical redirect' back to the 'friendly' URL?

As far as I understand, you should have a single URL to access a given page on a website to prevent duplicate issues. With this in mind I have setup IIS7 Rewrite to point my friendly URLs to my .aspx ...
4
votes
2answers
2k views

How to redirect calls from http://svn.example.com to http://dev.example.com:8443?

How to redirect calls from http://svn.example.com to http://dev.example.com:8443? Should I be asking our Cisco networking guy to set this up (and if so, what do I tell him to do?), or should I be ...