Add Redirect page converts = character

leafgreen

Registered
Jul 28, 2006
4
0
151
c:\Wonderland
On a user's CPanel interface, on the Add Redirect page, in the <redirect from> field (the first field), the user enters:
/anything
In the <redirect to> field (the second field) the user enters:
http://www.anydomain.com/?s=388&b=sa67

The result under Current Redirects is as follows:
/anything http://www.anydomain.com/?s (388&b)

388&b appears in the column where (temp) appears in the user's other redirects. So CPanel is interpreting the = character not as alphanumeric. Any suggestions on how to get a url with the = character to work?

Regards,
Leafgreen
 

dbanach

Member
Jun 8, 2006
6
0
151
Redirectingn with dynamic url's

I have this same problem, although I have it with the ? in pages such as
domain/page.php?id=123
not being interpreted correctly.

I also have touble redirecting from a page such as that above to a static page.

When I try to redirect
domain/page.php?id=123
to
destination page.htm

all requests to domain/page.php not just those with id=123 are redirected.

Has anyone found a fix for these types of problems?