Create seo friendly URL? - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Development (https://community.mybb.com/forum-68.html) +---- Thread: Create seo friendly URL? (/thread-171926.html) |
Create seo friendly URL? - marcus123 - 2015-06-14 I have a blog plugin right that make the URL looks like this: blog.php?id=1 How can I replace that URL with the SEO friendly one taken from the post title or subject some like SEO Plugin does? It should take the subject and replace all special characters with the - symbol and then replaceĀ blog.php?id=1 URL with this new SEO friendly but how? Please any suggestions? |