Skip to main content

All Questions

1 vote
1 answer
2k views

Redirect https to http without SSL - IIS 7

I recently moved my website from Wix.com to one that I created on GoDaddy (Windows server). Wix.com version used https, and the latter doesn't. Searching for the website on Google still lists the "...
Ekta's user avatar
  • 27
0 votes
1 answer
54 views

Creating 301 redirects from asp.net website to another

I have a website which i'm planning to close down and replace with another with a different domain, how can i go about setting up 301 redirects from specific pages on my old site to the relevant pages ...
Bob's user avatar
  • 47
0 votes
1 answer
714 views

IIS7 301 Redirect Regex to replace underscores with hyphen

I'm looking for some help using regex for my 301 redirects on IIS7. I have links directing to pages like http://mydomain.co.uk/dir/colour_photo_copying.html and I'm hoping to rename these files to ...
Jason's user avatar
  • 29
0 votes
1 answer
617 views

Redirect certain pages from HTTPS to HTTP

Google has indexed some of our pages with both HTTPS and HTTP.. I would like to redirect the ones that should not be HTTPS back to HTTP (301). This is an EPiServer 7 site, but is MVC essentially. I ...
mp3duck's user avatar
  • 2,653
0 votes
1 answer
207 views

is it possible to do selective 301 wildcard redirects in iis7 with C#

Example: -www.google.com/maps/ -www.google.com/ -www.google.com/mail/ For the above url lists, I want to do wildcard 301 redirects for all the url with http://www.google.com/ but not the one with ...
zman's user avatar
  • 189
2 votes
2 answers
3k views

301 redirects after domain name change

I run a small ASP.NET4 website on IIS. I recently changed the domain name from 'olddomain.com' to 'newdomain.com'. The change was made through Plesk. After making the change I added 'olddomain.com' ...
Dan's user avatar
  • 5,924
0 votes
1 answer
376 views

IIS7 HTTPS 301 redirect

I have two websites running on the same IIS7 instance - let's call them oldname.com and newname.com (the newer one is simply a rebranded version of the old one). Both sites are SSL-enabled. The ...
Clive van Hilten's user avatar
0 votes
2 answers
2k views

Best way to implement three hundred 301 redirects on windows server / .NET

I'm going live with a rebuilt website (on a new, Windows Server 2008 R2 Standard server). I have a spreadsheet containing 300 URLs from the old site which are mapped to the new site URLs. The URLs ...
Dan's user avatar
  • 5,924
1 vote
1 answer
2k views

301 Redirect specific pages in webconfig IIS7

I'm trying to redirect a couple specific pages on my site using the web.config file. Most of these pages not only no longer exist but the folder structure doesn't exist anymore either. For example ...
invisiblestupid's user avatar
2 votes
1 answer
1k views

IIS7 301 URL rewrite gives 200 status rather than 301 status

I'm testing some URL redirects for a new client site. The old site was a static HTML site, the new site is an ASP.NET site. I need to redirect some old '.htm' URLs which will no longer exist on the ...
Dan's user avatar
  • 5,924
1 vote
0 answers
862 views

IIS7 301 Redirect Using web.config File...(Not Working) in case of Sub Folders and Files

IIS7 301 Redirect Using web.config File... NOT WORKING.... <location path="ProductsAndServices/CustomProfessionalServices.aspx"> <system.webServer> <httpRedirect ...
BASEER HAIDER JAFRI's user avatar
1 vote
2 answers
3k views

Permanent 301 redirect for ASP.NET IIS7

Im trying to figure out how to setup a 301 permanent redirect for a website that is placed on a Microsoft-IIS/7.0 type server. So let's say I have domain www.A.com and I want to redirect this to www....
FungyBytes's user avatar
1 vote
4 answers
2k views

sitecore 301 redirect iis 7

We are using IIS 7.5(windows 7 and integrated mode) and SiteCore 6.4. I have installed IIS Url Rewrite Feature to rediect permenetly moved url. I have setup a Test folder inside website root for which ...
Neil's user avatar
  • 435
0 votes
1 answer
280 views

Default content being added to 301 headers with PHP 5.3.5 / IIS7

On http://www.hesa.ac.uk, we are using a custom 404 handling script to redirect users from, for exmaple, http://www.hesa.ac.uk/press to the actual URL, which is an ugly CMS one: http://www.hesa.ac.uk/...
dartacus's user avatar
  • 644
6 votes
1 answer
12k views

How can i configure in web.config a 301 permanent redirect?

I would love to use web.config to do the 301 redirection from an old domain to another. How could i do that? In your answers, please keep in mind that the IIS is v7 and i would not like to use any ...
OrElse's user avatar
  • 9,879

15 30 50 per page