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: Rewrite Complete URL Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Muhsin
Newbie
Newbie


Joined: 12 May 2008
Online Status: Offline
Posts: 1
Posted: 12 May 2008 at 3:34pm | IP Logged Quote Muhsin

Hallo,

I have a litte problem. I want to translate the following URL :

"http//:www.xy-xy-10.com/index.aspx"

"www.xy-xy-10.com/index.aspx"

"xy-xy-10.com/index.aspx"

to

"http:www.aa-bb-cc.de/index.aspx?CosID=7274"

Why does not function with this command:

RewriteRule (www\.|http\://www\.)www.xy-xy-10.de/index.aspx

                http://www.aa-bb-cc.de/index.aspx?CosID=7274 [I,R]

Back to Top View Muhsin's Profile Search for other posts by Muhsin
 
Yaroslav
Moderator Group
Moderator Group


Joined: 15 August 2002
Online Status: Offline
Posts: 6455
Posted: 13 May 2008 at 7:11am | IP Logged Quote Yaroslav

RewriteCond Host: (?:www\.)xy-xy-10\.com
RewriteRule /(?:index\.aspx)? http\://www.aa-bb-cc.de/index.aspx\?CosID=7274 [I,R]

__________________
Yaroslav Govorunov,
Helicon Tech
Back to Top View Yaroslav's Profile Search for other posts by Yaroslav Visit Yaroslav'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 cannot vote in polls in this forum