Giter VIP home page Giter VIP logo

uriredirector's Introduction

UriRedirector
Copyrigh (c) 2009 Andreas Heil

This Microsoft Internet Informations ervice (IIS) HTTP module converts requests sent in the dasBlog (http://www.dasblog.info) format into WordPress (http://www.wordpress.org) style URIs.

This module was written after moving a long runing dasBlog weblog to a new WordPress installation. The current version covers basic requests in form of direct requests to a post, categories as well as requests for a certain date. Additional requests types could be added easily to the code base. 

To use the module, bot constants, OLD_DOMAIN and NEW_DOMAIN need to be set before compiling.
To enable the module, the following entry in the corresponding web.config file in <system.Web> needs to be set:

<httpModules>
  <add name="UriRedirector" type="RedirectModule" />
</httpModules>

The code is covered unter a LGPL liense for easy modification and usage. If required, a commercial license can be provided. 

Andreas Heil
[email protected]
http://www.aheil.de

uriredirector's People

Contributors

aheil avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.