Thanks you for this MOD.But i cant change path to /blog/
i have installed phpBB3 in root folder (http://www.autinhyeu.com), now, i want path of blog is http://www.autinhyeu.com/blog/ with rewrite url

i have do:
1. upload file in "Change Blog Path" folder to root/
2. edit file .htacces in root/ same instruction of you

3. Edit PHPBB_ROOT_PATH in 3 file same below:
blog.php is
- Code: Select all
define('PHPBB_ROOT_PATH', './');
include(PHPBB_ROOT_PATH . 'blog.' . substr(strrchr(__FILE__, '.'), 1));
blog/blog.php is
- Code: Select all
define('PHPBB_ROOT_PATH', './../');
include(PHPBB_ROOT_PATH . 'blog.' . substr(strrchr(__FILE__, '.'), 1));
adn blog/view/blog.php is
- Code: Select all
define('PHPBB_ROOT_PATH', './../../');
include(PHPBB_ROOT_PATH . 'blog.' . substr(strrchr(__FILE__, '.'), 1));
4. i have edit config.php file with:
- Code: Select all
Find:
@define('PHPBB_INSTALLED', true);
After, Add:
@define('BLOG_ROOT', '');
5. Click "Yes" option in "SEO urls"
But it dont work

Please help me!!!
Thanks you













