Plugin Directory

ASPX WebRequest Rewriter

The plugin consists of two components:

  1. A standard Wordpress plugin.
  2. An ASP.NET HttpModule.

To install:

  1. Upload the wp-aspxrewriter folder to the /wp-content/plugins/ directory
  2. Upload the URLRewriteModule to your IIS /bin/ directory
  3. If you are using Wordpress 2.3 or 2.4, modify your source code to contain the additional hook that is implemented at http://trac.wordpress.org/ticket/5969 that will feature in 2.5. Hint: it's in function getpagenumlink.
  4. Activate the plugin through the 'Plugins' menu in WordPress
  5. Create your desired permalink structure on Options -> Permalinks, ensuring that it ends with .aspx.

eg. /%year%/%monthnum%/%day%/%post_id%/%postname%.aspx

Recommended bases are:

/word-category /word-tag

  1. Navigate to Manage -> ASPX Rewriter in the admin control panel and copy the setup that is shown
  2. Modify or create a web.config file that contains the following under <configuration>:

replacing all the values in <RewriterRules> with the configuration generated by you in stage 6.

Add the following line to

  1. Add the following to your web.config under :

IIS7:

IIS6:

  1. Try it out!

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(0 ratings)