This forum has been moved here:
Helicon Tech Community Forum

  Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 2.x
 Helicon Tech : ISAPI_Rewrite 2.x
Subject Topic: How to rewrite for WordPress Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
harryfear
Newbie
Newbie


Joined: 16 June 2011
Online Status: Offline
Posts: 1
Posted: 16 June 2011 at 5:29am | IP Logged Quote harryfear

Hi,

I'm trying to rewrite Wordpress using version 2 of ISAPI Rewrite.

I am trying to make
http://www.franchisefinance.ltd.uk/2011/06/
resolve to
http://www.franchisefinance.ltd.uk/index.php/2011/06/

And
http://www.franchisefinance.ltd.uk/contact-page/
resolve to
http://www.franchisefinance.ltd.uk/index.php/contact-page/

How can I achieve this?
Back to Top View harryfear's Profile Search for other posts by harryfear
 
Anton
Admin Group
Admin Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 10520
Posted: 16 June 2011 at 7:43am | IP Logged Quote Anton

Please try using this (although v2 lacks some useful features that make v3 config more exact):

[ISAPI_Rewrite]
RewriteRule /(?!(?:index\.php|css|js|images|other|physical|folders))(.+) /index.php/$1 [I,L]

__________________
Regards,
Anton
Back to Top View Anton's Profile Search for other posts by Anton
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum