MyBB Community Forums

Full Version: make redirect page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want to make redirect page on my forum. I have put my affiliate link on my forum. i want to hide my affiliate link from visitors by redirecting method.
You need to use meta tag redirect!
<META http-equiv="refresh" content="0;URL=URL to Redict">

Or more complex .htaccess redirect method!
Take a look at the example in the parameters section here: http://au2.php.net/manual/en/function.header.php

That single line in hosting.php is all you need.