| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Auteur |
Message |
vnbhatia
Inscrit le: 12 Sep 2007 Messages: 1
|
Posté le: Mer Sep 12, 2007 5:15 am Sujet du message: Need Help in redirecting URL |
|
|
Hi All,
I need help in redirecting my URL to use a different port.
I am using the following script to achieve the same.
| Code: | | RewriteRule ^/(.*) http://test.com:15015/$1 [R] |
Now I am seeing the following issue.
If the original URL used by the user is below
-http://test.com:18015/discoverer/app/open?event=openWorksheet&worksheetName=AR_MODULE_JOURNAL_ENTRIES%2F23&stateStr=eNolyMEKgzAMANCfiWG7aYWxS27$h3RJhDFJiw1V/35KTw8esAFWdipVkO1HvMxx6APEDF14ydKN0$XaKA3 jptwNeuQVsGRCS6I0oFY1p6ujCRaPrvR4P3FLyanH/eMUgP3MUL$66/YH8MwoaA==&stateID=
It gets redirected to the following
-http://test.com:15015/discoverer/app/open?event=openWorksheet&worksheetName=AR_MODULE_JOURNAL_ENTRIES%252F23&stateStr=eNolyMEKgzAMANCfiWG7aYWxS27$h3RJhDFJiw1V/35KTw8esAFWdipVkO1HvMxx6APEDF14ydKN0$XaK A3jptwNeuQVsGRCS6I0oFY1p6ujCRaPrvR4P3FLyanH/eMUgP3MUL$66/YH8MwoaA==&stateID=
"52" gets inserted between the string "%2F23" of the original URL.
What could be the issue here and how to resolve this.
Yor help in any kind is appreciated.
Thanks,
VB |
|
|
| Revenir en haut de page |
|
 |
|
 |
dcz Administrateur - Site Admin

Inscrit le: 28 Avr 2006 Messages: 15125
|
|
| Revenir en haut de page |
|
 |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |