Resource icon

Unmaintained Redirection Script for phpBB 3.0.x (without SEO URLs) 0.2

No permission to download
Two things first:
By now the scripts supports forums, topics, posts and pagination.

Installation:
In your XenForos .htaccess find the line:
Code:
RewriteRule ^.*$ index.php [NC,L]

And before that insert:
Code:
RewriteRule ^(viewforum|viewtopic)\.php phpbb.php [NC,L]

Then download the attached phpbb.php file and insert it to your XenForo folder (on the same level where the .htaccess and index.php reside).

Ready!

"/viewforum.php?f=X" should now redirect to "/index.php/forums/X/" and
"/viewtopic.php?t=X" should now redirect to "/index.php/threads/X/" and
"/viewtopic.php?p=X" should now redirect to "/index.php/posts/X/".

Troubleshooting:
If you have chosen another value for the posts per page inside phpBB, than change the variable $postsPerPage to the proper value.
Author
simontunnat
Downloads
154
Views
3,739
First release
Last update

Ratings

4.50 star(s) 2 ratings

Latest updates

  1. Code cleanup & Support for posts

    The code was cleaned up a bit and the script now supports redirection to a specific post.

Latest reviews

Obviously quite basic and straightforward but does the job well. Easy to install and no problems. I had to delete the old viewtopic and viewforum files as I'd left them there, but when done worked a treat. So thanks for creating this saved me a lot of hassle.
very very good ! ! ! ! Avevo importato un forum phpbb 3.12 e con Xenforo 1.4 funziona alla grande. Ho salvato tutti i linki che avevo in giro per il web. Grazie
Top Bottom