This is a discussion on HTTP redirect - URL has extra parms within the Linux Web Servers forums, part of the Web Server and Related Forums category; Suppose I want to redirect the following URL: http://www.mysite.com/MyServlet?id=100&name=Me to the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Suppose I want to redirect the following URL:
http://www.mysite.com/MyServlet?id=100&name=Me to the following URL: http://www.mysite.com/NewTime/NewPlace How would I set up my redirect? Thanks. |