Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 3.0 support forum
 Helicon Tech : ISAPI_Rewrite 3.0 support forum
Subject Topic: problems with spaces Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
ChrisQuinn
Newbie
Newbie


Joined: 23 July 2008
Location: United States
Online Status: Offline
Posts: 6
Posted: 11 August 2008 at 3:31pm | IP Logged Quote ChrisQuinn

I am having a problem with a space in my rewrite rule I am trying to redirect from (http://sps.ind.roche.com/C4/Point%20of%20Care%20Diagnostics) to (http://na-ts01.dia.roche.com/Point%20of%20Care%20Diagnostics/Pages)

 

The rule I am using is

RewriteEngine on

RewriteLogLevel 9

LogLevel debug

RewriteLog "C:\Program Files\Helicon\ISAPI_Rewrite3\rewrite.log"

ErrorLog "C:\Program Files\Helicon\ISAPI_Rewrite3\error.log"

RewriteBase /

RewriteCond %{HTTP_HOST} ^(?:www\.)?sps\.ind\.roche\.com$ [NC]

RewriteRule ^C4/Point\%20of\%20Care\%20Diagnostics(.+) http://na-ts01.dia.roche.com/Point\%20of\%20Care\%20Diagnostics/Pages$1 [NC,R,L]

 

I do not understand why this format works with sites that do not have a space in the name but the rule above with the escape character does not work for the sites with a space in the name           (\%20)

 

Thanks again for the help

Back to Top View ChrisQuinn's Profile Search for other posts by ChrisQuinn Visit ChrisQuinn's Homepage
 
ChrisQuinn
Newbie
Newbie


Joined: 23 July 2008
Location: United States
Online Status: Offline
Posts: 6
Posted: 11 August 2008 at 8:33pm | IP Logged Quote ChrisQuinn

I think I finally found the solution. This rule seems to work.

 

RewriteCond %{HTTP_HOST} ^(?:www\.)?sps\.ind\.roche\.com$ [NC]

RewriteRule ^C4/Point\sof\sCare\sDiagnostics(.+) http://na-ts01.dia.roche.com/Point\%20of\%20Care\%20Diagnostics/Pages$1 [NC,R,L]

Back to Top View ChrisQuinn's Profile Search for other posts by ChrisQuinn Visit ChrisQuinn's Homepage
 

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