Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 3.0
 Helicon Tech : ISAPI_Rewrite 3.0
Subject Topic: Matching accented letters not working Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
steve15letters
Newbie
Newbie


Joined: 10 March 2010
Online Status: Offline
Posts: 1
Posted: 10 March 2010 at 2:53pm | IP Logged Quote steve15letters

Hello..

The following works fine for a Drupal install in linux/apache, but not ISAPI Rewrite, when a URL contains an accented character (such as the word "Cafe", for example):

RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

The url /locations/special-cafe (with an accent over the "e") works fine in linux/apache... but fails in ISAPI rewrite / IIS...

Has anyone figured out how to adjust their RewriteRule, or perhaps the ISAPI Rewrite config, to make this work?  The .* literal should match all letters, even with accents...
Back to Top View steve15letters's Profile Search for other posts by steve15letters
 
Guests
Guest
Guest


Joined: 01 October 2003
Online Status: Online
Posts: -111
Posted: 11 March 2010 at 2:38am | IP Logged Quote Guests

Hello,

please see the documentation for ISAPI_Rewrite http://www.helicontech.com/isapi_rewrite/doc/RewriteRule.htm regarding flags and
encodings, flags like NE or NS must fix the problem.

Regards
Andrew
Back to Top View Guests's Profile Search for other posts by Guests
 

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 can vote in polls in this forum