MyBB Community Forums

Full Version: Redirecting Links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, I'm looking to have this link:
http://codmedia.net/private.php?action=send&uid=1
Go to
http://codmedia.net/help/index.php?a=addt

What would the codes in the htaccess be, to make that so?

I know its something like:
DirectoryIndex misc.php?page=home index.php
But yea, thanks!
Put this:
RedirectMatch 301 http://codmedia.net/forums/private.php?action=send&uid=1(.*) http://codmedia.net/support/$1

Should work.
Nope, hasn't done anything..

Any ideas guys? :3
Anyone have any ideas, thanks!
Anyone have any ideas, thanks!
Not sure but maybe try this:

RedirectMatch 301 http://codmedia.net/private.php?action=send&uid=1(.*) http://codmedia.net/help/index.php?a=addt/$1

Otherwise http://www.htaccessredirect.net/ is your friend