0
votes
0answers
13 views

How to Configure UrlRewritingNet on the server side IIS 7 Windows 7 Server

I have finished an ASP.NET web site after making tests. I am using UrlRewritingNet dll from http://www.urlrewriting.net/ Then I have published it in order to upload my server (Windows 7, IIS 7 ...
1
vote
1answer
21 views

IIS7 URL Rewrite ignore rules in sub application

I have MyWebSite and MyApp as shown below: MyWebSite web.config MyApp web.config Pages page.aspx I want the next URL will work: www.mywebsite.com/oldpage.aspx ...
0
votes
1answer
12 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
28 views

Url Rewrite HTTPS -> HTTP except certain page (IIS 7)

Only one page, and all dependencies (css, jpg etc), is to be SSL for now. I created the following rewrite: <rule name="Not Appointment Form 4.1 SSL" enabled="true" patternSyntax="ECMAScript" ...
0
votes
1answer
17 views

URL Rewrite Multiple Params

I am having a problem writing a regular expression pattern for a URL Rewrite in IIS 7. I am doing the work directly in my web.config file, and the pattern I need help with is described below: URLs ...
0
votes
1answer
29 views

url rewrite/redirect on iis7 redirect to mobile site

I have made all of my mobile folder/pages structure like the desktop version. I need to make sure all the requests from mobile devices will be re-directed to a mobile domain. what I would like to do ...
0
votes
1answer
19 views

UrlRewriting.net move to IIS7

On my ASP.NET site, I used UrlRewriting.net on win 2003, IIS6 (http://www.urlrewriting.net/), now server updated to win 2008 with IIS7 and it doesn't work, when try to open rewritten url, error says ...
0
votes
1answer
25 views

IIS Rewrite URL To Subfolder

Hi I am trying to match my Request URL and redirect to subfolder from Defauls Website. My Default Website is crm.domainname.com. If someone try with this request ,it should redirect to ...
0
votes
0answers
25 views

appending folder structure in url rewriting

In our custom cms we have facility to add restaurant and special offers. Initially what I did is to rewrite friendly urls using the name field. To achieve this I write this code in the ...
0
votes
0answers
10 views

URL Rewrite logic issue

I have three (3) urls, that need to use the same prefix: /borderline So in IIS I set up a MatchAll route to ^borderline that will redirect all users to ...
0
votes
0answers
23 views

Hiding parameters of URL for a Tomcat behind IIS

In a project, I am using Tomcat behind an IIS (IIS is not my choice). And I am using ARR for routing requests from IIS to Tomcat. I am wondering if it is possible to hide the parameters in URL from ...
0
votes
0answers
46 views

IIS7 URL Redirection not working when target is a tomcat application

I am running Tomcat7 on IIS7, under Windows 2008 R2 Standard. Tomcat is only running a single application, which is RoboHelp Server (for documentation). I can access the application normally, either ...
0
votes
0answers
20 views

Serve images from an alternate location without exposing the location using url re-write

On my asp.net site running in IIS7 I want any images, css and scripts (\.js|\.css|\.jpg|\.png|\.gif)$ on the HOME page to be loaded from a sub-domain, but for reasons I won’t go into I want them to ...
0
votes
1answer
45 views

IIS 7.0 - URL Rewriting Root Folder

I have done a bunch of sites using URL Rewrite actions in the web.config with much success. Today I am trying to do the following rewrite rule: Example url: domainname.com/ANYTHINGHERE/PRODUCTID I ...
1
vote
1answer
59 views

IIS 7 Url Rewrite - Matching Sub Domains, but excluding specific urls

I have a URL rewrite set up on a site where users can create their own sites on a subdomain. <rule name="CName to URL - Rewrite" stopProcessing="true"> <match url=".*" /> ...
0
votes
1answer
29 views

remove www URL site

I created a rule and it works fine (removes www from the url), except I have multiple domains pointing to the same source. How can apply this rule to specific address only, If I have 2 domains ...
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
42 views

URL rewriting based on input url

I have a web application written in asp.net webforms 4.0 The site has about 20 aspx.net pages and 30 controls. If you go to www.mysite.com the default page is www.mysite.com/challenge.aspx. if a ...
0
votes
0answers
13 views

IIS7 URL Rewrite - Add www no matter where you are on the website

I'm trying to redirect all traffic to Fabsil.com to www.fabsil.com, my rule works for the homepage but not for any sub pages for example is a user goes to http://fabsil.com/about-us it'll 404 but if ...
0
votes
1answer
64 views

sub domain hosted on another server but call it from Url Rewrite in iis 7 in domain

I have one portal like www.mywebsite.com and it has one module like booking. Current flow in url is that www.mywebsite.com/booking/. This is fine for current situation but we are moving to high volume ...
1
vote
1answer
145 views

URL Rewriting in Global.asax - IIS7

I have a fairly detailed problem with which I hope someone can help. Basically, I have a .NET 4.0 website hosted on IIS7 that has some pages that necessitate URL rewriting. In order to implement ...
0
votes
0answers
34 views

Asp.net MVC site url modify issue in IIS

Hi I have created a website in IIS 7 and mapped my virtual directory on it , and my URL becomes like www.mycompany.com/webApp But I want to modify it for www.mycompany.com , as I dont want to ...
0
votes
3answers
232 views

Asp.net MVC4 Bundles being broken by URL Rewrite rule for trailing slash

I'm hosting my mvc4 application in a virtual path under an existing site: ie: http://www.mysite.com/myApp There is a well-known problem with relative paths being broken if the trailing slash is not ...
0
votes
1answer
87 views

How to manage sub-domains on winhost with URL Rewrite and ASP.NET Optimization's bundles

I am using ASP.NET MVC4 with WinHost. Just like the question asked here, I ran into the same issue: I'm trying out WinHost and I'm running into some issues with sub-domains. On WinHost, you can ...
0
votes
0answers
15 views

Cant remove .php and .html extensions from my URLs

config is the following <?xml version="1.0" encoding="UTF-8"?> <httpRedirect enabled="false" destination="www.worcestershirebarhire.co.uk" httpResponseStatus="Permanent" /> ...
0
votes
0answers
135 views

Can't seem to define outbound rules for URL Rewrite in GoDaddy managed IIS7 server (Classic ASP)

I've been trying for the past couple of hours to define a few outbound rules using URL Rewrite rules on a GoDaddy managed IIS 7.0 server hosting a Classic ASP website. At first I tried this but for ...
1
vote
0answers
61 views

Security Issues with Write Permissions on Web.config

I currently have a PHP site running on an IIS7.5 server. I use the built url rewriting tool for IIS in the web.config. My CMS admin has the ability to allow the user to write their own rewrite. So ...
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 ...
0
votes
1answer
80 views

How to implement extensionless URLs in ASP.NET Website

I have an ASP.NET website for which I have to implement extensionless URLS. Some examples that I need to achieve are: mysite/home.aspx has to show up as mysite/home; and ...
0
votes
1answer
36 views

Zend Framework IIS Redirection

I have this rule for redirecting traffic to /public, but I get "redirect loop" error. Any suggestions? <rule name="Redirect to /public" stopProcessing="true"> <conditions ...
0
votes
0answers
15 views

IIS7 Rewrite (not 301 redirect) HTTP request to HTTPS

So I have the URL: http://www.mysite.com/level1/level2/flower.png and I want to rewrite to: https://www.mysite.com/level1/level2/flower.png I can't use 301 redirects since it's returning broken ...
2
votes
2answers
104 views

URL Redirect/Rewrite when opened from Mobile Browser

We are working on two website, where one is webapplication and another is mobile application. So my requirement is to create a redirection url to redirect from webapplication to mobile application ...
1
vote
0answers
127 views

How can I get a custom error page to display and rewrite the URL to something friendly?

I've been pounding my head against the wall with what I see as a very simple task. Quick background: I am using URL Rewrite with IIS7 I am using a Rewrite Map to map /ErrorPage.aspx to /Error ...
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 ...
2
votes
1answer
152 views

Zend Framework 2 IIS url rewrite

I moved my zend project from Apache to IIS 7 and set up URL Rewrite. The home page shows just fine, but the css and javascript aren't loading. Here is my rewrite scripts <?xml version="1.0" ...
2
votes
3answers
86 views

Using URL rewrite to add parameters to a url

I try to use URL rewrite IIS module in order to modify a url into another url having a parameter contained in the path of the original url . Exp : Original URL : myurl/specialattribute_123456 Wanted ...
2
votes
2answers
50 views

IIS7 url rewrite issue when having “?”

I have a URL in the format abc/pqr/xyz/?word1 and this needs to redirect to abc/pqr/xyz/?word2 Is is possible to do using IIS7 rewrite?
1
vote
0answers
14 views

Light weight URL rewriting on windows

Environment IIS7 on Windows server 2003. Having to applications on two different application pools. Requirement Being able to direct a request to a specific application according to the parameters ...
1
vote
0answers
65 views

Url rewrite on both www and non-www

I have a couple of rules in IIS to redirect incoming requests to pages with file extensions, so for example mysite.com/hello/ is directed to www.mysite.com/hello.aspx I have a rule which caters for ...
0
votes
0answers
47 views

we are unable to rewrite url for iis7 server in web.config file

I'm trying to do a url rewrite for dynamic pages of my website, but nothing changes when I upload the web.config file. Below is the code that I'm using, but nothing changes. <rewrite> ...
0
votes
1answer
68 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 ...
1
vote
0answers
44 views

IIS7 rewrite module: change rules without reset an application

I use IIS7 rewrite module and all rules are places in a separate config file (not in web.config): <rewrite> <rules configSource="Config\Rewrite.config" /> </rewrite> Is it ...
0
votes
0answers
77 views

iis7 url rewrite friendly url

I'm trying to do an url rewrite for dynamic pages in the admin section of my website, but nothing is changes when I upload the web.congif file. Also, I would like for the web.config file to be in ...
0
votes
0answers
63 views

IIS rewrite rule to remove slash

We had some emails sent out by someone where they messed up the url to be /pagename.aspx/?email=emailaddress instead of /pagename.aspx?email=emailaddress I need a rewrite rule to remove that slash ...
0
votes
2answers
90 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 ...
1
vote
1answer
181 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
91 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 ...
1
vote
1answer
34 views

IIS7.5 URL Rewrite : do not translate POST to GET

I have a set of URIs with a common base-uri, where the first segment of the relative uri needs to be translated to various ports : http://base-uri/service1/* => http://base-uri:3000/service1/* ...
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 ...

1 2 3 4 5 11