Quote:
Originally Posted by kiwivc
Code:
<if condition="$bbuserinfo['usergroupid'] == XX">
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.myenemy.com">
</if>
|
This will only work for Humans using Browsers or scripts running on platforms that use browser modules. If a bot is written to scrape and parse a page it might be written to only handle the details that matter. Certain HTML tags will be stripped from being parsed and the Meta tag could well be one of them.
Currently I'm trying to work out how to do a better version using a PHP header() entry. Where the redirect could either be to a page outside of the domain or to a folder that has a .htaccess file with DENY ALL set. (Redirecting to that folder with a .htaccess would allow configuration from the .htaccess file in regards to redirects or webserver logging)