Skip to main content

All Questions

0 votes
1 answer
89 views

Set 404 redirect before 301 with IIS config file

I got a website where is working 301 redirect from url with "/" in the end to the same link without "/". e.g. from www.website.com/test/ to www.website.com/test it seems that this ...
HuekoMundo's user avatar
0 votes
3 answers
599 views

301 Redirect Regex Pattern

I'm trying to make a IIS redirect rule to redirect from this url pattern, but it beats me: https://www.mycompanyPLC.com/en/lorem/ipsum/whatever to https://www.mycompanyLTD.com/lorem/ipsum/whatever ...
iusmar's user avatar
  • 359
-1 votes
3 answers
870 views

301 redirection for wildcard urls in webconfig rules

I tried lots... I don't get the domain to redirect 301 redirection to wildcard URLs I have https://www.example.com/blog wild card - https://blog.example.com/ I need to redirect the domain this ...
Visakh R krishnan's user avatar
1 vote
1 answer
871 views

IIS rewrite rule with HTTP status code 301

I need to write a IIS rewrite rule which matches the following condition example.com www.example.com http://www.example.com https://www.example.com http://example.com https://example.com ...
Amol Mahul's user avatar
0 votes
1 answer
518 views

How to 301 redirect all .asp pages to .php pages on IIS with web.config

as a php programmer, I usually redirect pages with .htaccess, but having inherited a project formerly made with asp, I need to redirect pages to same-named pages in php. For pages that do not exist in ...
Aptivus's user avatar
  • 433
0 votes
0 answers
62 views

Need wildcard 301 redirect for WordPress on IIS

I'm running a WordPress blog on IIS. I currently have the permalinks for the articles set to: /%postname%/%year%-%monthnum%-%day%/%hour%:%minute% So a sample article would be, right now: https://...
downstairs's user avatar
-1 votes
1 answer
80 views

301 rewrite rule causes SEO alert

I use the following rewrtie rule to enforce visitors using HTTPS in my website. SEO check tools mark this redirection as a negative SEO parameter. How should I set 200 status code for redirecting to ...
Ali Sheikhpour's user avatar
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
641 views

asp.net MVC And I need to setup 301 redirects

I have a site moving from php to asp.net MVC And I need to setup 301 redirects for it so like www.mystoresitem.com/products/widget1name needs to redirect to www.mystoresitem.com/widget1name for 700+ ...
Randell's user avatar
1 vote
1 answer
2k views

Simple 301 Redirect in Web.Config (IIS)

I've browser a lot of similar questions here, but most have complicated parameters associated with them. I'm just looking to 301 redirect one link to another on the same domain. The to and from links ...
STampa's user avatar
  • 331
0 votes
0 answers
394 views

301 redirect rule in web.config

I have a url http://example.com/abc/pqr/112-digital I want do 301 redirect to http://example.com/abc/pqr/digital not working.. <rule name="RedirectToBlog140" stopProcessing="true"> <match ...
Aniket Dumbre's user avatar
0 votes
1 answer
341 views

Redirect from non-www to www using 301 on IIS

I have hosted my website on a windows server on 1&1. There, is not possible add on the web.config the the elements <rewrite><rules>... So I am using an .htaccess file... I am not so ...
Simone's user avatar
  • 2,410
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
1 vote
0 answers
864 views

Type of redirect: 301 Moved Permanently in IIS

I have domain test.abc.com which is redirect to www.test.abc.com in IIS hosted server. My question is -> How can I remove this redirection-301 Moved Permanently in IIS hosted server web site? I have ...
Hrdk's user avatar
  • 83
26 votes
1 answer
29k views

301 Redirect one domain to another using web.config

I have multiple domains pointing to one hosting location. I wish to establish one of the domains as my main domain and therefore I wish to perform a 301 redirect to this main domain whenever a user ...
jezzipin's user avatar
  • 4,194

15 30 50 per page