1
vote
1answer
23 views

Need URL Rewrite to replace a string in a url

I am looking and looking and coming up with all different patterns, but no such luck. I require a rewrite rule to handle the a replacement of a string xyzlisting with xyz-listing. It may be anywhere ...
1
vote
1answer
28 views

Using URL Rewrite to change part of URL

I'm trying to use an URL Rewrite on an IIS 8.0 to rewrite existing URL:s on a developer machine. The reason for this is that I don't want to change existing (old) code. What I'm trying to achieve is ...
0
votes
1answer
27 views

Regex on URL rewrite module

I need a help with Regex on URL rewrite module. I want to apply a rule for the home page. I tried with ^default.aspx, which is working fine when user access the site with /default.aspx But normally ...
0
votes
1answer
10 views

IIS Rewrite Rule is not setting HTTP_COOKIE

I'm working with a client who has a mobile site setup through a third party. Currently, we check through IIS whether a user agent matches any of your standard mobile agents in which case we redirect ...
1
vote
1answer
18 views

IIS 7 Rewrite Rule with SSL Redirect

I am having and problem using IIS Rewrite rules to handle all scenarios of redirecting an old domain to my newdomain and newly enforcing a SSL connection. Here are the rules as I have them configured ...
0
votes
0answers
18 views

web.config not accepting url queries

Below is an example of the code in the web.config document. This method works just fine, but it's only to show that we have it working. We are running IIS 7.5 and MS Windows Web Server 6.1. ...
1
vote
0answers
27 views

IIS 7.5 URL rewrite module and URL routing in Global.asax for sub-applications

I have a "top-level" web-site, www.ccesd.ac.uk, and various "lower-level" web-sites running off it such as www.ccesd.ac.uk/BritSocAt that are separate sites but share a lot of code. These lower-level ...
1
vote
1answer
29 views

IIS Url rewrite username

How can I rewrite this url in IIS mysite.com/profile.aspx?user=foo to mysite.com/foo This rewrite condition I've tried in .htaccess RewriteRule /foo/(.*) /bar?arg=P1\%3d$1 [R,NE] But ...
0
votes
0answers
26 views

Rewrite Rule not Working in IIS Server with PHP

Hi, friends. I'm creating an .htaccess file with rewrite rules. It's working fine in localhost, but on the live, server it's not working. My hosting uses a Window server. I wrote this Rule in my ...
1
vote
1answer
41 views

IIS Application Request Routing Server Farm Settings

On an IIS server with Application Request Routing, new server farms to be routed to can be added by right-clicking Server Farms -> Create Server Farm. This will pop up a dialog where the settings for ...
1
vote
1answer
40 views

Rewrite rules in ISS's web.config

I'm just trying to get some code running on ISS that has been running on Apache for a long time. A particular mod_rewrite rule is proving difficult to get working. In Apache I've used: RewriteRule ...
1
vote
1answer
41 views

IIS Re-Write Rule - Hide Directory (Rule Not Working Correctly)

I have constructed a re-write rule with help from this website. But I am still having a small problem. My objective is to remove a certain directory from a URL. For example: ...
0
votes
0answers
19 views

change URL using url rewrite for asp.net using IIS

Is it possible to change my URL using URL rewrite in the asp.net web.config file from: http://www.abc.com/Blog/tabid/83/catid/31/Cars to : http://www.abc.com/Blog/Cars thanks
0
votes
0answers
11 views

URL Rewriting with IIS

I have followed the instructions in this link however, I just test it with my localhost name, replace the (www.)?site2.com in the example. The original URL is something like this: ...
1
vote
1answer
63 views

Regular Expression Replace all Capture Occurrences

I am using a regular expression to rewrite some URLs. I need to replace all ampersands & in a URL with & but not when the ampersand already starts an & occurrence. So I ended up ...
0
votes
1answer
49 views

IIS URL Rewrite - if query parameter(s) is missing

So this is "not your everyday requirement" for today :) I want to create a rule that will redirect to some other page only if some query parameters are missing. i found a few examples that will ...
0
votes
0answers
19 views

IIS 7.X: Modify http-request environment varibles before they are processed

This question is rather specific to Microsoft's IIS: We are trying to modify environment variables of http-requests that are passed from the IIS to the application that is targeted by such an request. ...
0
votes
1answer
31 views

IIS dynamic redirect rules

I am writing a number of redirect rules in IIS and need some guidance to make them as dynamic as possible. I want to have a rule that goes from /foldername/* to /newfolder/foldername/* And the file ...
1
vote
1answer
28 views

Canonical Redirect on the server only

I can redirect all domain.com-s on a www.domain.com and it's working on the server like a charm: <rewrite> <rules> <rule name="Canonical Host Name" ...
0
votes
0answers
20 views

Rewriting URLs between 2 IIS machines

I'm a bit new to IIS and this task has fallen to me: how do I make it appear as though http://blog.mydomain.com/ powered by Wordpress on Server A will appear as http://www.mydomain.com/blog wherein ...
1
vote
0answers
17 views

Preserving urls while splitting iis apps

There is a web site, on which there are some static xml files. And there is another site which now can generate that same content. They both reside on same IIS server. I want to add some kind of ...
0
votes
1answer
155 views

IIS 7.5 URL Redirect direct link to media page

I didn't think my implementation through and now I am stuck. I am using IIS 7.5, URL Rewrite 2.0 and Jplayer. My current implementation is that I have users upload audio files to my server. To ...
1
vote
1answer
103 views

IIS 7.5 URL Rewrite 2.0 to HTML Page

I have the following rule: <rewrite> <rules> <rule name="FlowURLs"> <match url="^flows/[_0-9a-zA-Z-]+/[_0-9a-zA-Z-]+/([._0-9a-zA-Z-]+)" ...
0
votes
0answers
12 views

IIS 7 rewrites: Exclusing a page

I've added some nice rewrites using IIS 7 re-writes, only problem is its working a little too and adding a slash to every single page even on a query I have set a rule to add a trailing slash which ...
1
vote
1answer
81 views

Rewriting to an URL with hashtags

I'm using IIS URL rewriting module to mask my internal URLs with friendly URLs through rewrite maps and Rewrite rules (not redirection). This is my rewrite map: <rewriteMap name="HashTest"> ...
0
votes
0answers
77 views

IIS Rewrite not working (but redirection does)

I was trying to play with URL re-writing using the Rewrite Module 2.0 but I had no luck getting it to work. What I'm trying to do is re-write all calls to web app at port 80 to other applications ...
0
votes
1answer
72 views

IIS Url Rewriter rewrite fails but redirect works flawlessly

I have to set up a couple of apps on a new intranet server (Win 2008 R2 Standard SP1). I have been having some difficulty with a URL Rewriter rule. I had a similar rule working great on my local IIS ...
0
votes
1answer
132 views

IIS7.5: Is there a way to use Require SSL and URL Rewrite Module together for https? [closed]

In IIS7.5, I have a URL Rewrite rule that redirects http requests to https. If I check "Require SSL", I get a 403 Unauthorized instead of a redirect, which makes sense. Is there a way to use them ...
4
votes
1answer
145 views

Redirection doesn't work from ARR but works within DNN

We have an IIS web farm, of which consisting an load balancer, 4 ARRs, and 2 ASP.NET application servers running DNN CMS. The 4 ARRs will URL rewrite to DNN application servers. We have more than 100 ...
1
vote
0answers
67 views

iis url-rewrite issue with file paths

in a folder named project i have a .php file which can take parameters. i'm using this rule: <rule name="Friendly" stopProcessing="true"> <match url="^phrasecat/(.+)$" /> ...
0
votes
1answer
160 views

Urgent translation between .htaccess and web.config

I don't have any access to control panel tools, don't have a clue how to do this correctly and don't have time to learn, so am hoping for an expert to be around. I created the following rewrite rules ...
0
votes
0answers
24 views

Rewrite url in Ajax-driven website

I am biulding ajax driven website. So basically, I will have only one page "http://www.mysite.com/default.aspx" I would like to get rid of this "default.aspx" and leave just "http://www.mysite.com". ...
1
vote
1answer
335 views

rewrite urls with slashes ( %2F ) in query string

I was wondering if there is a way to handle in a rewrite rule ( iis and apache ) url query strings which contain a slash ( %2F ) as part of it. as an example: www.domain.com/project/word1 gets ...
0
votes
1answer
65 views

URL Rewrite query in home directory iis

I'm trying to get an iis7 url rewrite to work on a query in the home directory. The end goal is to get it to append index.php to the beginning of the query string. Everything I try ends in a 500 ...
0
votes
0answers
47 views

Rewrite a url without effecting homepage

Requested url(s): http://domain.com/about http://domain.com/contact etc. Actual location of the about page and the other pages aswell: http://domain.com/folder/about.cshtml ...
3
votes
0answers
103 views

Does URL Rewriting block IIS's static file caching?

If I activate IIS Rewrite module File Cache Hits counter does not increase. I'm tracing the hits by Performance Monitor (perfmon.exe / Web Service Cache/File Cache Hits) If I deactivate the ...
0
votes
2answers
87 views

IIS url rewrite Error 404.0 [edited]

I want: domain.com/example to target: domain.com/folder/example.cshtml Can anyone help me with the rewrite rule for it? Every suggestion is much appreciated :) I have edited the question so that ...
0
votes
1answer
173 views

Laravel .htaccess rewrite rule convertion to IIS

Laravel4 framework comes with a default .htaccess rule for create pretty urls. The rule is this. <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteCond ...
1
vote
1answer
300 views

IIS url rewrite | How to remove directory and extension?

I have been struggling with the following for quite some time now: Default url: examplesite.com/folder/about.cshtml Desired url: examplesite.com/about Basically I want to accomplish two ...
1
vote
1answer
90 views

URL Rewrite IIS - Map From One Path To Another

I am playing with URL rewrite in IIS 7 The behaviour I want is when someone types in [http://localhost/Sales] they get redirected to [http://localhost/SalesDemo] but they still see ...
0
votes
1answer
65 views

IIS URL Rewrite - need help rewriting friendly urls for a forum

I'm new to using the URL Rewrite module and I'm having trouble with what I thought would be a simple URL rewrite for forum threads (using IIS 7.5) I need to rewrite: /forum/100/2534/friendly-title ...
0
votes
1answer
95 views

Unknown 302 redirect at root. Crawlers cannot follow through

The whole thing started when I noticed Facebook Debugger and other crawler tools are unable to parse my page. Facebook throws a critical error saying that it cannot follow the redirect. I believe ...
1
vote
1answer
163 views

iis 7.5 rewrite to friendly url issues

I'm migrating from apache to iis and i'm facing issues with url rewriting. i want all requests like this: http://192.168.0.44/aaa/bbb/ccc/testword to query this not-friendly url: ...
0
votes
1answer
36 views

Remove a part of url with rewrite

I'm not familiarized with this feature and I've found some examples how to do something but I don't know how to set this case: I want this url http://www.domain.co.uk/anything/en to become ...
2
votes
2answers
126 views

when image not found show default image

I have an mvc 4 application running on iis 7.5. The application produces a product catalogue with images assigned to each product. At times some products do not have any images assigned to them and ...
0
votes
1answer
248 views

IIS HTTP to HTTPS web.config rewrite doesn't return entire URL

So I have been trying to rewrite using the following: <rules> <rule name="HttpToHttps" stopProcessing="true"/> <match url="(.*)"/> <conditions> <add ...
0
votes
0answers
124 views

assistance needed with iis rewrite rule in web.config

I am working with an mvc4 applciation running in IIS 7.5 and I am having trouble with rewrite rules I have set up. The following is my section from the web.config. <rewrite> ...
0
votes
0answers
74 views

IIS 7 - Rewrite rule not firing, but does work with Redirect

I have the following rewrite rule set up on IIS 7: <rule name="Rewrite /publicfiles/GUID/file.ext" stopProcessing="true"> <match url="^/?publicfiles/(.*)/(.*)" /> <action ...
0
votes
0answers
68 views

IIS rewrite rule and regex for specific http host

I have a rewrite rule for an application I am proxying that exists on a different host and need some assistance in getting the regex correct for this. I have a url like: ...
1
vote
3answers
46 views

How to correctly rewrite only mysite.com to www.mysite.com and nothing else?

Here's the section from Web.config that redirects naked domain to www. <system.webServer> <rewrite> <rules> <clear/> <rule name="WWW Rewrite" enabled="true"> ...

1 2 3 4 5 8