Gossamer Forum
Home : General : Internet Technologies :

Redirecting toanother server

Quote Reply
Redirecting toanother server
I need help redirecting some pages. I use an outside service for my guestbooks and message board, and I redirect them as follow, but I am looking for simpler version, since I there are hundred of this pages in different categories (this redirect only work in the first 9 pages):

redirect /app?ID=RomanceLinks&DOC=1 http://gbooks1.melodysoft.com/...manceLinks&DOC=1
redirect /app?ID=RomanceLinks&DOC=11 http://gbooks1.melodysoft.com/...anceLinks&DOC=11
redirect /app?ID=RomanceLinks&DOC=21 http://gbooks1.melodysoft.com/...anceLinks&DOC=21
redirect /app?ID=RomanceLinks&DOC=31 http://gbooks1.melodysoft.com/...anceLinks&DOC=31
redirect /app?ID=RomanceLinks&DOC=41 http://gbooks1.melodysoft.com/...anceLinks&DOC=41
redirect /app?ID=RomanceLinks&DOC=51 http://gbooks1.melodysoft.com/...anceLinks&DOC=51
redirect /app?ID=RomanceLinks&DOC=61 http://gbooks1.melodysoft.com/...anceLinks&DOC=61
redirect /app?ID=RomanceLinks&DOC=71 http://gbooks1.melodysoft.com/...anceLinks&DOC=71
redirect /app?ID=RomanceLinks&DOC=81 http://gbooks1.melodysoft.com/...anceLinks&DOC=81

Can I use redirectmatch???? Would something like this work?

RedirectMatch (.*)\app?ID=RomanceLinks$ http://gbooks1.melodysoft.com/app?ID=RomanceLinks$

what would be the correct format?

The book location in this case is:/app?ID=RomanceLinks

and the server for the book is:http://gbooks1.melodysoft.com/
Subject Author Views Date
Thread Redirecting toanother server zucye 6302 May 28, 2003, 8:18 AM
Thread Re: [zucye] Redirecting toanother server
Alex 6011 May 28, 2003, 12:27 PM
Thread Re: [Alex] Redirecting toanother server
zucye 6000 May 29, 2003, 5:27 AM
Thread Re: [zucye] Redirecting toanother server
Paul 5993 May 29, 2003, 5:35 AM
Post Re: [Paul] Redirecting toanother server
zucye 5976 May 29, 2003, 6:42 AM
Post Re: [zucye] Redirecting toanother server
zucye 5998 May 29, 2003, 5:24 AM