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: Migrar do mod_rewrite para isapi_rewrite Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
gyn.carlos
Newbie
Newbie


Joined: 19 January 2011
Online Status: Offline
Posts: 1
Posted: 19 January 2011 at 5:49am | IP Logged Quote gyn.carlos

How would this code from apache
RewriteEngine On
RewriteCond% {REQUEST_FILENAME}-s [OR]
RewriteCond% {REQUEST_FILENAME}-l [OR]
RewriteCond% {REQUEST_FILENAME}-d
RewriteRule ^ .* $ - [NC, L]
RewriteRule ^ .* $ index.php [NC, L]

adapted for isapi_rewrite 2.

Can you help?
Back to Top View gyn.carlos's Profile Search for other posts by gyn.carlos
 
Anton
Admin Group
Admin Group


Joined: 30 January 2007
Location: Ukraine
Online Status: Offline
Posts: 10520
Posted: 19 January 2011 at 6:38am | IP Logged Quote Anton

Firstly, please notice that if you have a chance to use ISAPI_Rewrite 3, do use it. Then you can use the above config without any modifications.

In ISAPI_Rewrite 2, you'll need to have such cumbersome syntax as:

[ISAPI_Rewrite]
RewriteRule /(?:all|physical|folders|you|have).* - [I,L]
RewriteRule .* /index.php [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