Big Kahuna
07-05-2005, 11:10 PM
I need for www.moparstyle.com/dsac (http://www.moparstyle.com/dsac) to redirect to a forum http://www.moparstyle.net/forums/forumdisplay.php?f=47 (http://www.moparstyle.net/forums/forumdisplay.php?f=47) but the questionmark is hosing me by converting to a %3
What's the secret?
Noppid
07-05-2005, 11:34 PM
Something is doing a urlencode.
Big Kahuna
07-06-2005, 12:18 AM
I've rigged it in the meantime with HTML Meta in a bogus index page in a directory not needed
<HTML>
<HEAD>
<!-- Send users to the new location. -->
<META HTTP-EQUIV="refresh"
CONTENT="1;URL=http://www.moparstyle.net/forums/forumdisplay.php?f=47">
</HEAD>
</HTML>
but would like to be able to blow off that directory and index.html and do it with a Cpanel redirect. Too much delay with Meta.
Noppid
07-06-2005, 02:17 AM
Redirects are really something I never needed in the past, but I see it coming as a necessity in the very near future, very near.
I can't offer an idea now, but like everything else, I'll get it eventually.
Priority now is beer.
minstrel
07-06-2005, 08:48 AM
A stab in the dark, Big Kahuna, but why not use that %3 instead of the ? in the redirect line?