Using IIS Rewrite Module for wildcard redirects

Thursday, July 19, 2012
IIS
Redirection has always been a nice thing to have but sometimes somplicated to implement. This may be because numerous methods of doing redirects have been around. Eventually, every requirement needs a proper solution which depends on the situation of the system. If we need to set up redirects for a website which is running on IIS 7.x (or later) we can take advantage of an IIS module which needs t ..

How to Inject html in outgoing responses using Apache Substitute module

Wednesday, March 14, 2012
In some cases, you need to manipulate the outgoing response before bein sent to the end user. This post if focusing on manipulating the response html body when you are using Apache as reverse proxy. There is a specific Apache module called mod_substitute which is able to change the html body based on what you need. In this example, we need to inject a javascript tag into our outgoing responses t ..

Fix HTTP Server Variables Passing Through Proxy to Web Server

Monday, February 27, 2012
There are some cases when the requests to the web servers should pass through reverse proxy and load balance servers. This may cause some issues for those components in the website which are relying on the Server Variables and Http Headers. So we need a solution to fix this and restore the original values. However, this is depended on the proxy you are using. Here is a summary of the problem and t ..

How to create custom visitors group criteria for EpiServer

Friday, February 24, 2012
In this post, I am trying to simply show how to create a custom EpiServer Visitors Group rule which will apear in the Visitor Groups Criteria in the EpiServer CMS 6. Assume that you want to provide custom content for visitors in different roles. Therefore, we want to have a custom criteria in the EpiServer to specify the roles and then customise the content. I will show the step by step actions ..

Amazon S3 VPP for EpiServer

Friday, February 17, 2012
EpiServer default VPP provider is using File System to tore the assets. It's easy to configure and use. All you need to do is to specify the virtual paths and the provider you are using in the configuration file (episerver.config in EpiServer 6) and EpiServer will instantiate the provider based on the Provider Pattern. While moving to Amazon cloud to take advantage of S3 buckets and cloud front d ..
More

About Kayvan

Kayvan is a .Net developer at RBI London.

Tweets

Kayvan tweeting.. Please wait while my tweets load.. If you can't wait - check out what I've been twittering
Back to top