Converting regex's to work in a Rewrite rule for intrusion detection
Hi, I'd like to take a list of regex rules from PHPIDS (php based web app intrusion detection) and use them in a web.config to move some of the intrusion detection functionality in PHPIDS to the server...
View ArticleURL redirect only a certain port
I have a website called mydomain.com. I want to route port 8800 to another server but leave all other ports alone. so i want mydomain.com:8800 to go to myotherdomain.com.I tired this using url and...
View ArticleURL Rewrite only works for one site on the webserver
Hi everyone,I seem to have encountered a rather strange issue. I have two sites running on one IIS (7.0) Server. The server has the URL Rewrite Module installed. The server hosts two sites, one...
View ArticleARR Doesn't work on IIS 7.5
I set up two url rewrite rules on one test website(empty website) which host on my local iis(v6.1),Rule 1:one rule is set the xxx.xxx.xxx.xxx:8080 to www.google.com and it works.Rule 2:Another rule is...
View Articleredirect https to https on another server.
I have an old webserver that we used to have apps on that has moved to a different server. I want to redirect to the new server when the old server is attempted to be hit from the web. For http I just...
View ArticleHTTP to HTTPS using URL Rewrite for external users
Hello, this subject has been covered many times over, but I would like to redirect HTTP to HTTPS for exetrnal users only. As far as I can tell, I use the usual URL rewrite add-in to do this, but add a...
View ArticleLooking for IIS 7.5 Equivalent to Apache Alias to File
Hello, I am looking to create the equivalent to this Apache directive, while using IIS 7.5:Alias /Microsoft-Server-ActiveSync D:/z-push/index.phpI first attempted to setup a virtual directory that...
View ArticleModify Referer
i want to know whether url rewrite module can modify http referer ?for example, i have a website, it's host is 192.168.1.100:9999. now i send a post request, and i use fidder to trace the request. the...
View ArticleIIS Rewrite 2.0 with IIS 7.5 - Replace HTTP Information
Hello Community,I need to replace a Headerin a HTTP request:X-Citrix-Via:old.test.deThe following resultI want to achieve:X-Citrix-Via:new.test.deIs the Rewrite 2.0 modulethe right one?How can I do...
View ArticleForward and modify URL using URLRewrite
Hello -I have a website that is physically located at https://iis.example.com/myapp/index.html. I have created a DNS alias for this server: myapp.example.com.I am trying to make it so anyone who types...
View ArticleBypassing 404's ...
Hi Folks;I have a URL redirect in place to change requests from;www.domain.com/forums to www.domain.com/forum This works well. However, if the requested URL does not exist then the user gets a 404...
View ArticleRemoving ETag from HTTP Header
Hi Team,If ETag is removed from the Header, then advantage of ETag related to caching will be affected or not?Or it just disallows to see ETag in response?Thanks,Tadit
View ArticleBlocking semalt referral
if you dont know what am talking about.. read up on it herehttp://www.straight.com/blogra/593201/homeless-vancouver-referrer-madness-wordpress-finally-flags-semaltreferral shows up as semalt.semalt.com...
View ArticleRule to remove .asp extension can cause clash with folder names
I am tasked with fixing an issue in some rewrite rules that someone else wrote and can't figure out a solution...The existing rule removes the .asp extension off files on our server. The trouble is...
View ArticleURL Rewrite and Exchange2003 Web access with server2012 / IIS(
Hi,i would like to managed ARR and URL rewrite to access Exchange 2003 hosted on a sbs2003 legacy server. The Front End Server is 2012 Essential/IIS8s. The same story has been told in...
View ArticleURL Rewrite + reverse proxy does not work with all URLs.
I am trying to use URL rewrite with reverse proxy.I defined two rules matching (.*)\.nsf(.*) and (.*)\.ibmxspres(.*) and had them forwarded to a lotus notes http server.Now I am opening an xpage....
View ArticleHow can I reduce the response buffer size of the reverse proxy?
I have configured some reverse proxies in order to map some HTTP audio streams that are normally accessed via different port numbers (e.g. http://fooserver:18030), to URL addresses accessible on...
View ArticleURL ALIAS
HelloI have installed a webserver (TEST-01.domain.com) and i would like to know how to be able to navigate on the intranet tohttp://TEST.domain.com and automatically be redirected...
View ArticleI cannot get 301 Redirects to work in URL Rewrite Module IIS7
I followed the instructions on two different pages (listed below) and I simply cannot get any 301 redirect to work on Windows 2008 R2 (x86) with IIS 7. I've updated the Rewrite Module 2.0. I've tried...
View ArticleShort URL
Hi Guys,Currently we have Internal website with URL https://localhost/MenaITech/MenaME/index.php?su=1, I want to shorten the URL to eps.menaitech.com instead, how can I do int in URL Reweite Module?
View Article