Tagged Questions
0
votes
1answer
8 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
votes
0answers
9 views
Strange behavior site url http request (.net) [closed]
If i write wwwwwwww.mysitedomain.com it still takes me with no erros to mysite. the adress is not changing.
i cleaned all the rewrite ruls but still no change. the server is iis7, ant ideas?
Thank you
...
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
1answer
45 views
Canonical Rewrite for subpages not working by using rewrite rules in web.config
We have a simple HTML asp.net website hosted on Azure, we are facing a redirection issue when we copy paste the sub-page URL(without WWW) in the browser.
Example : www.example.com/subpage.aspx works ...
2
votes
2answers
94 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 ...
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 ...
0
votes
0answers
32 views
Change a request from a web application to another on IIS
I have 2 Web Applications in my IIS server, Store and Search.
The URL to store is: http://store.server.com.br/storename/
We simple bind the "store.server.com.br" to the store app.
The URL to search ...
0
votes
0answers
28 views
Regex and IIS7 RewriteUrl to strip a query param from the url
I am trying to essentially strip a query param from my urls to merge some page rank.
I have a few urls that have the query param type=list or type=grid and I want this stripped out of the url via 301 ...
0
votes
1answer
137 views
IIS 7 Rewrite web.config serverVariables directive not working in sub folder
I have the following code in my web.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
...
0
votes
1answer
63 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
73 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
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
1answer
162 views
URL rewriting gives a 500 Server error with my web.config file
I've used the code below to try and achieve clean URLs for my site search results. However, when I implemented it into my web.config file and upload it to my site I get a Server 500 Error. What did I ...
0
votes
0answers
29 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
18 views
Rewriting rule not working
rewrite url="~/(.+)$" to="~/cat/page.aspx?cat=$1" /
I am using above rule to get query string value just after domain name but above rule not working please suggest me where i did wrong.
Thanks
...
0
votes
1answer
49 views
Rewriting http://www.mysite.com/mypage.asp to http://www.mysite.com/
Is there a way to rewrite http://www.mysite.com/mypage.asp to http://www.mysite.com/ (ie. hide the script name) without causing a redirect loop? The default page on my site is doing a redirect based ...
1
vote
1answer
131 views
URL rewrite rule to replace old url .aspx to a new mvc route
I have a webforms website I'm translating to MVC but I want certain url's that have been indexed to find their new url in the mvc site and I'm struggling with the one below:
...
1
vote
0answers
118 views
URL Rewrite/Reverse Proxy of Friendly Names IIS 7 and Wordpress
My Configuration looks like this:
Server A is hosting a website - sitea.com
It is also reverse proxying to Server B that is hosting a Blog site.
The reverse proxy works just fine, if I navigate to ...
0
votes
1answer
58 views
How do I setup a rule in web.config to rewrite to a subdirectory/file in IIS7?
I am having an issue trying to get the rewrite working in IIS7 web.config.
I need URLs like /err/interaccess to be rewritten to /err/404new.asp (not a redirect,as I don't want to expose the file.
I ...
0
votes
0answers
73 views
Is it possible to rewriteBase for a single directory in IIS7?
I asked this over on Server Fault but no one is responding, so I'll try my luck here! Our SA is out for the foreseeable future and I'm trying to figure out how to get JUST the wordpress install to ...
0
votes
1answer
275 views
IIS7 and rewriteMap for friendly URL's
I have an external "rewritemaps.config" file with the following entries:
<rewriteMaps>
<rewriteMap name="Cat1">
<add value="2" key="wheels-and-castors" />
...
0
votes
0answers
34 views
Cascading requests between web apps without redirect
I'm in the process of migrating a large site to a CMS (Sitefinity). The current site and the CMS install are on separate sub-domains (www.* and www2.*, respectively). I'd like to configure things so ...
0
votes
1answer
44 views
encoding with .htaccess
To access a page in my website I use this rule
^/map/(.+)\-([0-9]{1,5})/map-.+\-street\-([a-z])\.html$
The link I use is www.mydomain.com/map/neus%e4%df-86/map-neus%e4%df-street-a.html.
When ...
0
votes
0answers
54 views
How do I give my child application a separate app pool if its parent has a rewrite module?
I have deployed a new design of my web site in ASP.NET MVC 3 as a child application under an ASP.NET Webforms site. I have used IIS7 rewrite module to rewrite the request based on a cookie (since I ...
1
vote
0answers
176 views
How do I use IIS7 rewrite to redirect requests for (HTTP or HTTPS):// (www or no-www) .domainaliases.ext to HTTPS://maindomain.ext [closed]
I have multiple domain names assigned to the same site and I want all possible access combinations redirected to one domain. In other words whether the visitor uses http://domainalias.ext or ...
0
votes
1answer
84 views
II7 rewrite rule for (htm|html|asp) to php if file doesn't exist
I have an old website done using classic ASP and also HTM/HTML files.
Now I want to rename the files to .php but keep the url as .asp, or .html
www.example.com/some/page.htm to ...
1
vote
0answers
92 views
IIS 7 rewrite for subfolders
I am trying to setup some rewrite rules for sub folders.
Example
Redirect the following
/somefolder
/somefolder/
to
/somefolder/default.aspx
<rewrite>
<rules>
...
1
vote
0answers
32 views
Change part of a URL with URL Rerwite - IIS7
I'm trying to deal with the following scenario. In my example I need to change this:
www.testsite.com/destinations/uk/london
to
www.testsite.com/countries/uk/london
I need to replace ...
0
votes
0answers
59 views
iis subdomain rewrite or dns config
i have dns binding like
site1.hostname.com 11.11.11.11
site2.hostname.com 11.11.11.11
and when i entering sites i always get site1.hostname.com. and i cant get site2.hostname.com.
on my iis i ...
0
votes
0answers
59 views
URL Rewrite 2 on IIS 7 Uninstalled - ASP.NET Application NOT Functioning
I installed URL Rewrite 2 on IIS 7 for an PHP app we need to run.
I have just removed URL Rewrite 2 and rebooted, restarted wedsites and recycled app pools.
The CMS application that worked prior to ...
0
votes
0answers
86 views
URL Rewrite on IIS 7 on ASP.NET - Turn Off Function On One Website
I have had to install URL Rewrite 2 on my 2008 R2 server as a PHP application requires it.
I have one website running a CMS ASP.NET application that is now not functioning.
How do turn URL rewriting ...
0
votes
1answer
271 views
IIS 7 URL rewriting from http to https
I have this in my web.config file:
<system.webServer>
<rewrite>
<rules>
<rule name="HTTP to HTTPS redirect" stopProcessing="true">
...
0
votes
0answers
36 views
preventing rewrite rules causing internal service error when URL Rewrite is not enabled
We distribute a product (PHP based) along with a .htaccess and a web.config set of rewrite rules for "pretty" URLs.
The problem is that under IIS if URL Rewrite is not installed; the system generates ...
3
votes
1answer
253 views
IIS 7 Rewrite to different Application Pool
There are a lot of topics on the subject saying that you cannot rewrite an incoming request to a different Application Pool in IIS 7 (one such post is ...
0
votes
1answer
335 views
IIS 7 redirect and rewrite for retired domain
I have an old domain for a company that has merged with another company and they want to decommission the old site and redirect traffic to the new domain. OldCompany.com will now point to ...
0
votes
1answer
199 views
Query string with whitespace IIS7 Redirect using Rewrite module
Need to redirect http://www.domain.com/one/two/three/four?addFilter=five&filterValue=six seven
to http://www.domain.com/four/six-seven?showproducts=true
Having problems with the whitespace %20 ...
0
votes
1answer
246 views
IIS 7 url rewrite using database variables
I would like to change my urls from http://www.example.com/product.asp?productid=30
to:
http://www.example.com/Samsung_LED_UE40D5000
the Samsung_LED_UE40D5000 is the product name + the product model ...
0
votes
1answer
150 views
IIS7 Redirect pattern
Using IIS7 with rewrite module to create a redirect
Source request URL: http://www.domain.com/term/code.html?Product=55824
Should redirect to http://www.domain.com/product/55824
Current Rule (does ...
0
votes
1answer
668 views
Redirect using Rewrite module IIS7
I've been following the steps of the below article from IIS resources in order to setup a permanent redirect using the rewrite module 2.0 on IIS7 using a pattern to capture the source URL and serve ...
0
votes
1answer
174 views
Iis7 URL rewrite for whole directory, stripping index.aspx
Iis7 windows 2008 server
Iis rewrite modual
.net 4
Very simple question, I am using the rewrite modual and find it pretty good, but I need help setting up a rule I just can't seem to get right.
...
1
vote
1answer
146 views
Add www back into the URL if it's missing, using IIS7
I'd like to use IIS7 to rewrite my URL's.
I'd like it to make sure that the www is always there.
So...
http://willow-tree.co.uk/products/family-memory-box/p-416-13084/ ----> ...
1
vote
1answer
80 views
Redirect in IIS using Variables ($1$2)
Right now I have a redirect set up like this
<rule name="EN" stopProcessing="true">
<match url="en/(.*)" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" ...
0
votes
1answer
87 views
IIS manager rewrite all URLS after mysite.com/
I'm trying to rewrite all the urls for my website.
For example, if the user types in mysite.com/index.aspx
it'll change the url in the top to www.mysite.com/index.aspx
Any suggestions?
1
vote
0answers
168 views
IIS URL Rewrite based on root url
I'm trying to rewrite a url:
www.mydomain.com/urlfolder/filename.aspx
to point to
www.mydomain.com/urlfolder/newfile.aspx
My web config has the following:
<rule name="PageRedirection" ...
1
vote
1answer
804 views
ISAPI Rewrite 3 - Folder? (Windows IIS 7 Server)
So I have ISAPI Rewrite 3 (Helicon) installed on my Server Windows IIS 7 Server and the service is running.
In the Rewrite Manager, I have added a very simple rule (for all IIS Websites) that will ...
0
votes
1answer
104 views
II7 URL rewrite - retrieving variables from MySQL
I am trying to setup IIS-7 URL-rewrite to take userIDs from a database and re-write them to their username. For example:
www.website.com/account?id=112233
Needs to rewrite to ...
0
votes
0answers
329 views
II7.5 : error in web.config when I try to write rewrite rules condition
I have shared hosting server which runs IIS 7.5 .
I wrote this code in web.config.
<system.webServer>
<rewrite>
<rules>
<rule name="AddWWWprefix" >
...
1
vote
0answers
188 views
rewrite subdomain to folder [closed]
I am using IIS7 and I have a page www.domain.com/contactus.html. I want to convert it to a subdomain. so when someone types contactus.domain.com it actually returns www.domain.com/contactus.html ...
0
votes
1answer
72 views
iis 7 url rewrite with preset paths
I'm trying to make something like this work in iis 7, or web config
request:
products.aspx?id=100
rewrite:
domain/products/mp3
Please note, I do not want redirection, for domain/products/mp3 is ...
0
votes
1answer
1k views
IIS Redirect To SubFolder
I am trying to redirect a url to a subfolder, for example:
http://localhost/test is what the user will input, but I want that to redirect to http://localhost/test/public
I can't find any resource on ...



