Quote:
Originally Posted by Jaxel
This looks like an interesting mod...
However... I already have a redir.php for a different mod. So I cant use this.
|
You need not upload redir.php if you don't want to redirect external url by like this: redir.php?url=xxx
To disbale the redirecting, edit yabbseo/data/config.php,
PHP Code:
'redirect_externalurl' => '1',
change to
PHP Code:
'redirect_externalurl' => '0',
Hope this helps.