MyBB Community Forums

Full Version: NEED HELP URGENTLY! please help with portal redirect by Dennis TT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have it activate, i didnt change any settings and it doesnt redirect...
This plugin put one cookie and there is information that user was redirect.

So only first time user can be redirect.
If user don't clear cookie, then he can't be redirect. But this must be like is now. Why? Because if not, then user can never see any other page...

Is my answer, but maybe author (DennisTT) can give you better answer
so do i need to clear cookies?
Yes, i check this.
When you clear cookie and go to the site, script should redirect you

and you can try:
http://community.mybboard.net/showthread...#pid150558
nah it didnt work, maybe because i have subdomain instead of one domain ,i will try that link thank you, i will post results.
i just made a php file called index.php in the main directory and then i put this there:
<?php
header( 'Location: http://www.pspdevs.orgfree.com/forums/portal.php' ) ;
?>
it redirects now.