Web Hosting Talk







View Full Version : Redirects in Cpanel


Big Kahuna
07-06-2005, 01:19 AM
post 1 *****

Big Kahuna
07-06-2005, 01:21 AM
post 2 ***** -- so I can ask a legitimate question with a url!

Big Kahuna
07-06-2005, 01:22 AM
I need for www.moparstyle.com/dsac to redirect to a forum http://www.moparstyle.net/forums/forumdisplay.php?f=47 but the questionmark is hosing me by converting to a %3



What's the secret?

Big Kahuna
07-06-2005, 02:23 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.