Active TopicsActive Topics  Display List of Forum MembersMemberlist  HelpHelp   RegisterRegister  LoginLogin
ISAPI_Rewrite 2.x support forum
 Helicon Tech : ISAPI_Rewrite 2.x support forum
Subject Topic: help with simple redirect rule... Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
regex_newbie
Newbie
Newbie


Joined: 06 May 2008
Online Status: Offline
Posts: 7
Posted: 15 July 2008 at 11:17am | IP Logged Quote regex_newbie

Hi everybody,

I'm trying to add a simple rewrite rule. I was wondering if someone could help me with it. I'm running helicon 2. Here is the rule on Windows Server 2003.

RewriteRule ^/redirectToGoogle.html$  http://www.google.co.uk/ [NC,L]

when I try to browse it, I get a "The page cannot be found" error

http://site/redirectToGoogle.html

Any help is most appreciated,

John
Back to Top View regex_newbie's Profile Search for other posts by regex_newbie
 
toolagio
Newbie
Newbie


Joined: 16 July 2008
Online Status: Offline
Posts: 2
Posted: 16 July 2008 at 7:50am | IP Logged Quote toolagio

Another newbie.

I am getting the exact same problem.  I'm also using version 2 on Windows Server 2003.

I can do a redirect to a local page (e.g. "/default.aspx"), but not to an external website.  I keep getting page cannot be found.

any ideas?
Back to Top View toolagio's Profile Search for other posts by toolagio
 
tkundhi
Newbie
Newbie


Joined: 16 July 2008
Location: United States
Online Status: Offline
Posts: 1
Posted: 16 July 2008 at 12:28pm | IP Logged Quote tkundhi

Use this syntax. You are missing a "\" which is necessary between http and //

RewriteRule ^/redirectToGoogle.html$  http\://www.google.co.uk/ [NC,L]

HTH,

Tarun


Back to Top View tkundhi's Profile Search for other posts by tkundhi Visit tkundhi's Homepage
 
Lexey
Moderator Group
Moderator Group


Joined: 15 August 2002
Location: Russian Federation
Online Status: Offline
Posts: 7598
Posted: 28 July 2008 at 5:48pm | IP Logged Quote Lexey

Correct rule is:

RewriteRule /redirectToGoogle.html http\://www.google.co.uk/ [I,R]
Back to Top View Lexey's Profile Search for other posts by Lexey
 

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