MyBB Community Forums

Full Version: Edit SEF URLS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Alright, so I know how to in .htaccess, but what are the next steps?

Where else do I have to edit to get it working?
Get what working?

.htaccess only makes URLs work. It does not make MyBB change its links.

The default URL scheme of MyBB is defined in inc/init.php: e.g. define('THREAD_URL', "thread-{tid}.html");

If you want to change that you'd have to edit the PHP file directly (or use my Patches plugin).

Or you could give the Google SEO plugin a look