phpBB Part: Forum
[style].container {width:450px;}[/style]
MOD Name: Search Engine Friendly (SEO) URLs
MOD Version: 1.0.0 RC4
Author: Handyman
MOD Description: This mod changes viewforum and viewtopic links to be SEO Friendly
Works with:
- phpBB 3.0.0 RC7
- All styles
Language: English
Licence: GNU General Public License v2
Installation Level: Intermediate
Installation Time: ~15 Minutes
Format: MODX
Download File: http://startrekguide.bountysource.com/downloads
Bug Tracker: http://startrekguide.bountysource.com/development
Do not post bug reports in this topic, the link is provided right above and if bug report is posted there, it will be fixed right away
Note: Your server must be able to support mod_rewrite.
To test, do the first part of the installation only (.htaccess)
and put in a url like this -> forum/test-t1.html
if it shows topic does not exist or shows the topic, then you may continue installing this mod.
If it doesn't work, you will have to setup your apache to work with mod_rewrite before installing this mod
If you like my mods, please donate to StarTrekGuide
What's new in this version:
URLs now look like this
- Code: Select all
http://startrekguide.com/forum/forum-f1.html
http://startrekguide.com/forum/topic-t1.html
More complete SEO this time… no URL's slipped through the cracks in viewtopic and viewforum this time

Old phpbb viewtopic and viewforum links now have 301 redirect to preserve pagerank.
OPEN viewforum.php
FIND
- Code: Select all
'U_LAST_POST' => $view_topic_url . '&p=' . $row['topic_last_post_id'] . '#p' . $row['topic_last_post_id'],
REPLACE WITH
- Code: Select all
'U_LAST_POST' => format_url($row['topic_title'], 'p' . $row['topic_last_post_id']),
And copy over the files from the zip replacing the old ones.
SEO Light downloaded 170 times
SEO URLS Beta 8 download 1327 times.
SEO URLS RC 1-3 downloaded 180 times.






