I made it!! ![Cool 8)]()
Redirects working perfectly...
I created a file 'redirect.php' for the phpBB root folder:
My redirect.php:
[code]<?php
define('IN_PHPBB', true);
$phpbb_root_path = './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_pa...

Redirects working perfectly...
I created a file 'redirect.php' for the phpBB root folder:
My redirect.php:
[code]<?php
define('IN_PHPBB', true);
$phpbb_root_path = './';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_pa...