Questions tagged [url-rewrite-module]

Microsoft's URL Rewrite Module is a module for IIS 7 that lets website owners create custom rewrite rules for their site.

Microsoft's URL Rewrite Module is a module for IIS 7 that lets website owners create custom rewrite rules for their site.

More information:

780 questions
-1
votes
1 answer

How to set IIS url rewrite for http header

This is an inbound rule in my iis web site.
barteloma
  • 6,403
  • 14
  • 79
  • 173
-1
votes
1 answer

Exclude Development URL from IIS rewriting rule

I have a IIS URL - re-writing rule that makes sure all the urls have www. -
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
-1
votes
1 answer

KML with image that from source that does not have Access_Control_Allow_Origin header

i'm using openlayers and trying to show a KML inside my map on a web application hosted by IIS. An example of the KML i'm using is: Test…
Phil
  • 1,852
  • 2
  • 28
  • 55
-1
votes
1 answer

IIS rewrite rule to redirect secure.domain.com to www.domain.com

i have a site that used to use https://secure.example.com for all secure pages, now the entire site needs to be secure so now ANY url is secure under https://www.example.com But have loads of legacy CMS content that isn't easy to manage so just…
-1
votes
1 answer

I need IIS Manager rewrite rule to view a page when you are at a different url

On a windows server. I want a user to see the page www.example.org/placrun when they go to www.example.org/placestorun, but I want the url to be www.example.org/placestorun. Essential I need the url changed. Any help on this would be great
sjw0525
  • 329
  • 2
  • 17
-1
votes
1 answer

Need one IIS rewrite rule for a specific scenario or url

if i enter this url in browser address bar http://localhost:8800/gb then page load and url in address bar become like this one http://localhost:8800/gb/default.aspx but if i enter this url http://localhost:8800/gb/ in browser address bar then…
Thomas
  • 33,544
  • 126
  • 357
  • 626
-1
votes
1 answer

rewrite url rules to remove appearance of subdirectory in asp.net web.config file

I have a domain that is hosted by discountasp.net (a standard .net web host). Call it http://example.com. The domain hosts a default website, plus there are a couple separate web applications. The website was created in Wordpress, and it lives in a…
M Katz
  • 5,098
  • 3
  • 44
  • 66
-1
votes
2 answers

Classic ASP - How do I create an IIS rewrite for the product page?

Good Morning, I've been looking into making my product and category URL's SEO friendly by using IIS's URL Rewrite option, however I'm struggling and need some advice. I'm trying to get the following…
-1
votes
1 answer

IIS URL 301 redirect url with query string to extentionless

I want to 301 redirect this url: Index.asp?SourceID=20&CategoryID=20&ArticleID=1 to: Contact in IIS -> URL REWRITE I have this set up: **Match URL** Requested URL: Matches the Pattern Using: Exact Match Pattern:…
Shimi
  • 11
  • 5
-1
votes
1 answer

Matching strings not ending with .html

I want to redirect my website users when they hit a REST path without the trailing slash. Example. http://mywebsite.my/it/products/brand/name => http://mywebsite.my/it/products/brand/name/ http://mywebsite.my/it/products =>…
Fabio B.
  • 9,138
  • 25
  • 105
  • 177
-1
votes
1 answer

URL Rewriting Issue in ASP.NET

I have a requirement as follows... We have a page called prodSpecification.aspx which accepts few parameters like id and category etc. The user can do a search for a product which will display them the products. Clicking on a product will call the…
Anup
  • 9
  • 1
  • 6
-1
votes
2 answers

URL Rewrite Pattern Match - 1 rule, multiple requests

Is it possible to have one URL rewrite rule for an entire set of related URLs that match a pattern? I'm trying to create a URL rewrite rule in my web config file that takes a specific matched pattern and then redirects the entire URL, but only…
sean
  • 437
  • 2
  • 6
  • 15
-1
votes
1 answer

Url Rewrite Module Doesn't Redirect

I have set up an inbound rule in the IIS URL Rewrite module, but it is not working. Here's my setup. What I want is to say that if the user's browser navigates to a.b.com (the first rubbed out part - oh and of course it's not literally "a.b.com"…
Sachin Kainth
  • 45,256
  • 81
  • 201
  • 304
-2
votes
1 answer

Apache rewriter - Complex rewriter for files without extension

I need to rewrite all requests to files at mydomain.com/storage/archive/ab7572d3-c697-4cfa-9b23-71b6f9c388d1 to mydomain.com/public/storage/archive/ab7572d3-c697-4cfa-9b23-71b6f9c388d1 So I am adding "public" in the url, nothing else. The files are…
virrion
  • 416
  • 1
  • 5
  • 18
-2
votes
1 answer

URL mod-rewriting

I want to mod_rewrite this Url: Before: website.altervista.org/page.php?name=value After: website.altervista.org/value
1 2 3
51
52