Tagged Questions
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
60 views
IIS 7 url rewrite module on web.config
can anybody help me with this please. I have IIS7 and the hosting says that the URL Rewrite module has been installed already. I even put into the bin directory the Microsoft.Web.Iis.Rewrite.dll
i ...
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
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
...
1
vote
1answer
116 views
Web.config redirect one domain to non-https folder and another domain to https folder
I have a domain alias for my site. I would like to know how to redirect requests for domainA.ext to https://domainA.ext/folderA and requests for domainB.ext to http://domainB.ext/folderB
Presently I ...
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
96 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
1answer
141 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
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 ...
0
votes
0answers
78 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
1answer
172 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
162 views
URL Rewrite Redirect Rule not working with “.exe”
I have the following code which redirects all urls within the downloads folder to a second site's download folder. It works perfectly as intended, except for .exe files. It returns a 404 error for exe ...
0
votes
0answers
117 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
1answer
228 views
IIS 7.5: Special characters in url rewrite external file
I have ran into the "max web.config size" for one of my applications running on iis7.5, before editing the registry to increase this value, I tried to move all the rewriteMap rules into an external ...
0
votes
1answer
154 views
replace underscore with dash using url rewrite module of iis
I have issue regarding Url rewrite module.
I want to implement permanent redirect (301) into my site. and url is, I want to permanently redirect
...
0
votes
0answers
165 views
Url redirect rule with from a virtual subdomain on a Windows server - web.config
I need some help with a redirect on in a web.config file on a windows server.
I originally needed to set up a rule that would redirect traffic from my website (which is currently just an IP address), ...
4
votes
1answer
198 views
ASP.NET Web Config Write, Remove .ASPX and Ignore Filenames with periods.
I've written a simple rewrite rule so I can remove the .aspx from all my page paths.
That way if someone types in http://www.domain.com/Contact, they will be taken to the contact page rather than ...
0
votes
1answer
60 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
288 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
69 views
IIS rewrite - change 2nd level domain but keep sub and top domain [closed]
We have an old domain name (on several top domains) that we want to redirect to the corresponding page on the new domain name.
Hence, we want to keep subdomain and topdomain and just change 2nd level ...
0
votes
1answer
285 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
208 views
IIS rewrite rule help needed
I have four different rules
1.URL: /index.aspx?user=A
RULE: /A
2.URL: /index.aspx?user=A&page=B
RULE: /A/B
3.URL: /index.aspx?user=A&page=B&edit=10
RULE: /A/B/10
4.URL: ...
1
vote
2answers
70 views
.htacces to web.config convertor
I am wondering if there is a .htaccess to web.config convertor on the web that I could use?
I am trying to convert this:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-d
...
-1
votes
1answer
221 views
Rewrite sub-domain url on web.config
In web.config, i want to re-write url of sub-domain.
http://m.mySite.com/listing-50.php
to
http://m.mySite.com/listing.php?id=50
0
votes
0answers
885 views
How to modify web.config for IIS 7.5 for Joomla subfolder installation-two different CMS running on same domain
Someone helped me a while ago by putting this line on the web.config file of the root site which was running with Joomla. Then I created Korean CMS with subfolder which had its own web.config and it ...
1
vote
0answers
169 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" ...
2
votes
1answer
667 views
htaccess is not working on iis
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
RewriteEngine On
RewriteBase /
RewriteCond ...
1
vote
0answers
334 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
1answer
1k views
Use urlrewrite to rewrite all requests to root
I want to use web.config and IIS's urlrewrite to rewrite all requests to a certain directory to the root, for example:
From:
mydomain.com/directory/test.php
To:
mydomain.com/test.php
and
...
3
votes
1answer
979 views
Rewrite path only if file/folder does not exist
I am using the IIS Rewriter module with my web.config, and would like to redirect certain requests for content in a subdirectory only if there isn't an actual folder/file that already matches the ...
0
votes
1answer
318 views
Using RegExp in IIS rewrite statements
I have a set of pages I need to rewrite to a handler using IIS's web.config file. The final structure should look like this:
mydomain.com/es/mexico
This needs to get mapped to:
...
0
votes
2answers
2k views
hide extensions of the pages with web.config
How do I hide the extensions of the pages?
Example ... access as is the normal asp page, but I would like to access the page or pages as ... without. asp
In my case I want it in web.config
Thanks!
0
votes
1answer
862 views
Zend Framework on iis7
Recently setup a site on my windows server running Zend Framework and only the index.php page shows correctly. All other internal pages look like they are being redirected to index.php with the URL ...
0
votes
2answers
984 views
Changing IIS URL Rewrite config location
When used at site level, the IIS7 URL Rewrite 2 module saves its configuration in the web.config file of that site. I'm using Sitecore CMS, and best practice is to store any web.config customisations ...
22
votes
3answers
16k views
asp.net, url rewrite module and web.config
i'm using ASP.net with .NET 3.5 on IIS7 (Vista) with the URL Rewrite Module from Microsoft.
This means, that i have a
<system.webServer>
<rewrite>...</rewrite>
...
...


