0
votes
1answer
10 views

Redirecting Subdir to HTTPS

I have a site, mydomain.com/secure which I only want to be accessible via HTTPs. This is mapped as a virtual directory like this: -wwwroot --secure (Virtual directory, bound on port 443 only) - ...
1
vote
1answer
32 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
1answer
26 views

IIS rewrite virtual folder

I need to create a URL rewrite rule in IIS for the following: From: http://hostname/virtual_path_folder/myisapi.dll?a=1&b=1 To: http://hostname/myisapi.dll?a=1&b=1 Basically, I'd just ...
0
votes
0answers
13 views

Redirect between subdomains without changing address

How to redirect from sub1.mydomain.com to sub2.mydomain.com without changing address on IIS ( it's a shared hosting )? I've used Rewite but it changed address. <rule name="redirect" ...
0
votes
0answers
21 views

IIS7 Url Rewrite Trailing Slash in reverse proxy (three tier) infrastructure not working causing 404

I can't get the 'Ruslany add slash' rule to work in my environment. (Ruslany Rule #1 here http://blogs.iis.net/ruslany/archive/2009/04/08/10-url-rewriting-tips-and-tricks.aspx ) all traffic comes ...
0
votes
0answers
30 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 ...
0
votes
1answer
36 views

IIS Rewrite root folder to different subfolders

I'm setting up a folder structure inside an application that looks like such: c:\inetpub\wwwroot\contoso\public c:\inetpub\wwwroot\contoso\secured I am wanting to map the following URLs to those ...
0
votes
0answers
18 views

IIS 8 ignores rewrite dynamic url

please help :) I am new to IIS and I'm trying to make this work. Read a lot of posts here but found no working solution. Even part of this code is from stackoverflow :) So I wanted to make two things ...
1
vote
0answers
24 views

URL Rewrite not working in IIS

So I have a website running that I need to do a url rewrite in. On the main site I have an application off of it that I do the rewrite in. When the user hits the url http://www.site.com/dl/#### the ...
0
votes
0answers
32 views

ISAPI Block external access to folder / filetype

I have a website running on IIS - Is there a way to do the following using ISAPI Rewrite: 1) prevent external access to a folder on my site (ie request not from within the website - a user is trying ...
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
26 views

IIS + Redirect without URL Rewrite?

Question about IIS Redirects/Rewrites. I have an instance of IIS listening on port 9090 and apache listening on port 8080. A json file exists in site localhost:8080 that I want to parse from within ...
0
votes
0answers
12 views

Friendly URL groups with the same pattern

Web-site structure is as follows: http://www.domain.com/company/about.aspx http://www.domain.com/company/contact-us.aspx http://www.domain.com/product/features.aspx ...
0
votes
1answer
54 views

Hardening wordpress on IIS7+ web.config equivalent of .htaccess

On Linux servers, we can benefit from .htaccess rules in order to make wordpress installations more secure. How is that possible on IIS7+?
0
votes
2answers
48 views

iis redirect subdomain to subfolder on same subdomain

I have an IIS site and Im trying to use ReWrite 2.0 to redirect a particular subdomain to a sub folder. Within my IIS site I have it binded to two different domains: one.example.com two.example.com ...
0
votes
1answer
24 views

Friendly URL with the same pattern

I can redirect and make a single Friendly URL: <rule name="RedirectUserFriendlyURL1" stopProcessing="true"> <match url="^Product/Tour\.aspx$" /> <conditions> ...
0
votes
0answers
95 views

IIS7 - convert .htaccess to web.config

how to convert .htaccess to web.config. I just come to know that I need to use web.config instead of htaccess. Please find my htaccess below RedirectMatch 403 (?i).*\.log$ RedirectMatch 403 ...
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
0answers
62 views

Looking for a correct .htaccess rewrite for IIRF.ini (IIS6)

I'm having some trouble with a windows hosting. We're working with PHP and need an mod_rewrite. Yet windows does not support .htaccess. We do have IIRF. Can someone help me with translating this ...
0
votes
1answer
70 views

Rewrite rule is not working proper in IIS for phpfox

** I change my rewrite rule to change my website link from www.mydomain.com/index.php?do=/blog to www.mydomain.com/blog after this when i tried the below code, it won't let me change any page, like if ...
0
votes
0answers
21 views

IIS 7.0 URL Rewrite - private IP

I want to create a reverse proxy IIS. The input URL is http://[Public IP]:15050/root/ I would like to redirect this to http://[Private IP]:8080/root/ How do I set the pattern/ condition/ action? ...
1
vote
1answer
115 views

Redirect to HTTPS when user is logged in with URL Rewrite 2

Does anyone know how to use URL Rewrite 2 in IIS to redirect to an https version of the requested URL if the user is authenticated (via Forms Authentication). Basically I just want to ensure that ...
0
votes
0answers
37 views

iis rewrite https to http whilst keeping existing https rules

Need help writing a rewrite rule which directs all accidental https traffic back to http, whilst keeping my actual defined https rules. This is what I've got so far, but its creating redirect loops ...
0
votes
1answer
162 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
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
1answer
172 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
0answers
76 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 ...
1
vote
0answers
118 views

URL Rewrite 2.0 not excluding subfolder

Could someone please help me to solve my problem? I'm using ASPX files on IIS 7.5 and URL-Rewrite 2.0 to get SSL in any access condition: www.somedomain.com -> https://www.somedomain.com ...
0
votes
1answer
47 views

assistance with url rewrite rule for an image

I am working with an MVC 4 app running on IIS 7.5. I want to create a rewrite rule but I am not familiar with it so assistance is required. The following URL will called by my application ...
0
votes
0answers
68 views

IIS7 SEO URL rewrite not working with forward slashes

I have a url rewrite rule ^listing/([^/]+)/([^/]+)/?$ which looks for a pattern mysite.com/listing.php?slug={R:1}&id={R:2} but I have an issue that I escape and quotes. This seems to turn ...
0
votes
2answers
84 views

Query string getting changed

We use a third party service which returns a URL in an email like: ...
0
votes
0answers
30 views

IIS URL Rewrite to not include a portion of the URL

I am using URL rewrite as a proxy for a locally hosted tomcat service in IIS. I have the service hosted locally on the same machine, but I am still having it passthrough IIS. I have a URL rewrite rule ...
0
votes
0answers
116 views

Rewrite with web.config based on domain name

I have three domain names and I want to display a different language for each domain. The processing is done by the same PHP script. I have this ruleset in web.config: <rule name="Hungarian" ...
0
votes
0answers
100 views

IIS 6 redirect by file extension

I have a problem where I want all web files on my IIS such as .html, .aspx, .asp... to redirect to a file in the root folder. But i don't want other file types like .doc, .xls etc. to be redirected. I ...
0
votes
1answer
286 views

URL Rewrite rule - subfolder to query string value

I'm trying to create a rule the will take the subfolder from the URL and convert that to a query string value for example: if I navigated to this URL: http://www.example.com/myfolder I would like ...
0
votes
0answers
8 views

IIS Rewrite Issue

If I use "mywebsite.com" IIS will do as expected and redirect it to "https://mywebsite.com". If I use "http://mywebsite.com" IIS will do as expected and redirect it to "https://mywebsite.com". But, ...
0
votes
0answers
93 views

isapi rewrite querystring

Am trying to redirect users who have bookmarked old, now non-existant, pages to the new versions. This doesn't work: [ISAPI_Rewrite] RewriteRule /products.asp?p=cameras /cameras/index.php [I,RP] ...
0
votes
1answer
105 views

Adding a “fake” root folder using rewrite

I'm not sure where to go on this one. I've got rewrites to remove file extensions and such but what I can't seem to find out how to do is to add a "fake" root directory to the site. For example if the ...
0
votes
0answers
174 views

Rewrite rule for WebAPI fails because of ExtensionlessUrlHandler

I am attempting to use IIS to rewrite requests from my ASP.net MVC 4 application to my ASP.net MVC 4 WebApi. From the client, I am using ajax to make calls back to the server which I would then like ...
0
votes
0answers
54 views

Rewrite all subdomain to QueryString

I need to rewrite all subdomain to querystring for example From: http: // acme.mydomain.it To: http: / /mydomain.it?name=acme OR From: http: // acme.mydomain.it?ID=123 To: http: // ...
0
votes
1answer
49 views

Create a rewrite rule based on querystring

I have many redirects in the .htaccess file. Now, I need to create a rewrite rule for a URL based on it's querystring value.. http://www.mydomain.com/subdir/RentalDetails.aspx?RentalId=1072 any ...
0
votes
1answer
61 views

Redirect in web.config

Can someone please let me know why the following will not rewrite correctly? <rule name="Redirect account listing with levelId" stopProcessing="true"> <match ...
1
vote
2answers
140 views

Using URL Rewrite to remove folder from url redirect

Consider a structure as follow: /folderx/a.aspx /folderx/b.aspx /foldery/c.aspx /folderz/d.aspx Currently browser shows/displays the following URLs ยป https://xxx.domain.yyy/folderx/a.aspx ...
1
vote
0answers
91 views

RewriteCond to exclude a directory IIS

I have the following rules in my .htaccessfile RewriteEngine On RewriteCond %{REQUEST_URI} ^/admin/ RewriteRule ...
0
votes
0answers
49 views

iis rewritecond configration with php

I am using IIs6 as my webserver Here are my rewrite rules RewriteBase / RewriteCond %{REQUEST_FILENAME} ...
0
votes
1answer
125 views

Override an IIS rewrite rule for child site?

I wanted to force all inbound connections to revert to HTTPS for my site. Searching StackOverflow.com for an answer yielded the following code: <rewrite> <rules> <rule ...
2
votes
1answer
758 views

Remove index.php of Codeigniter on IIS?

I understand I can remove the 'index.php' part of the url with the following web.config code: <rewrite> <rules> <rule name="Rule" stopProcessing="true"> <match ...
0
votes
2answers
117 views

IIS Rewrite Url to another domain/PHP Application and SEO optimisation

In my website (asp.net + IIS) i want that url /blog/ be rewritted to my PHP web application hosted in another server. So www.mywebsite.com/blog is calling www.myblogsite.com without redirecting to It. ...
0
votes
0answers
94 views

Why doesn't this rewrite rule work with existing (WordPress) sub-directory?

This is driving me crazy. I've got an ASP.NET MVC application in the web root, and a WordPress blog in the /blog subdirectory. This is shared hosting, and the whole app lives in a subdirectory, ...
0
votes
0answers
14 views

IIS rewrite for homepage and one section

Hi im working on a project at the moment and I need to configure some custom url rewrite. Im on windows server 2008 r2. I need to create url like those one (http://www.myproject.com/montreal and ...

1 2 3