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
0
votes
1 answer

How to properly match a folder / directory with trailing wildcards

This is a fairly newbie URL Rewrite matching question. I want to be able to match all URIs which follow the pattern and redirect all such matches to a single place. The following URLs should…
0
votes
1 answer

SEO and case sensitive url issue

We have a web site with following url: http://www.sitename.ru/Order.aspx?ActionID=39028 But, the url could be written in this way as well (case…
tesicg
  • 3,971
  • 16
  • 62
  • 121
0
votes
1 answer

Nginx Rewrite Rule for replacing space/whitespace with Hyphen and convert URL to lowercase

How can I convert all my URLs to lower case and replace space " " with - hyphen in NGINX ??
SAM
  • 641
  • 2
  • 16
  • 30
0
votes
1 answer

Using Reverse Proxy with IIS / ARR / URLRewrite with Office 365 authentication layer to access internal applications

I have been able to create a ASP MVC application that authenticates using Office 365 SSO. I am looking for a way to have Office 365 as a SSO layer before accessing any internal applications (apache) we have on the network. We have successfully setup…
infoismammal
  • 1
  • 1
  • 2
0
votes
2 answers

IIS rewrite rule within subfolder

I have 2 separate sites. One site is within a subfolder of the main site. I need to force HTTPS to both sites but keeping the query string intact as users can enter the site from internal pages. The issue I am having is when I try to add the IIS…
puks1978
  • 3,667
  • 11
  • 44
  • 103
0
votes
1 answer
0
votes
1 answer

Url rewrite not working for ajax request to wcf service from http to https

var strBaseUrl = "http://service.mydomain.com/MyserviceHost/stage/"; function Login() { debugger; var LoginInfo = JSON.stringify({ "strAccountName": "#####", "strPassword": "######", "strDeviceId": "################" }); …
Ketan Panchal
  • 230
  • 1
  • 2
  • 9
0
votes
1 answer

Stop a website redirecting to my website

I have a rogue website that is redirecting to my website. It doesn't have any content, 1 page, and some bad backlinks and no relationship with us or our niche, so it's safe to say its up to no good. We want to distance ourselved from this as best as…
dotnetnoob
  • 10,783
  • 20
  • 57
  • 103
0
votes
2 answers

PHP files migrated to GoDaddy Windows Hosting, internal links stopped working

I had my website, written in PHP, on Windows 2003 server. Recently I moved them to GoDaddy's Windows Hosting account. The previous developer had written URL-Rewrite rules in .htaccess which is not working on the new server. All the links on the site…
0
votes
0 answers

Subdomain Url Rewrite in Azure

I have an MVC Website published using Azure Websites. I need to redirect a subdomain to an external website. I tried to use url-rewrite but it seems not working. Is there something wrong with my url rewrite module?
Habibi
  • 595
  • 1
  • 6
  • 16
0
votes
1 answer

Converting simple IIS 7 ReWrite Rule to Helicon Ape

I need to convert the syntax below (which is for IIS7 URL Rewrite) to Helicon Ape. Can someone shed some light?
saoco
  • 31
  • 5
0
votes
2 answers

htaccess - redirect only sub domain http to https

I want to redirect http to https with .htaccess rewrite_mod only pages under one subdomain. for example: only for this sub domain: http://www.test.com/product/ http://www.test.com/product/good1/ to https://www.test.com/product/good1/ from…
user3057239
  • 47
  • 1
  • 7
0
votes
0 answers

how to only add forward slash after host name if a path exists in url rewrite for IIS 7

Using URL Rewrite feature of IIS 7, specifically the redirect portion of it, can someone please tell me how to only add a / after the host name only if a path exists? In other words, I don't want www.mydomain.biz to get redirected to…
johntrepreneur
  • 4,514
  • 6
  • 39
  • 52
0
votes
1 answer

IIS URL Rewrite Module rule for aspx

my question is simple and is probably asked, i have a website www.alovine.com and have a url www.alovine.com/registration.aspx. now i want people to be able to open the page when they type www.alovine.com/registration i.e. without the ".aspx" in the…