MyBB Community Forums

Full Version: add html in url
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,

can someone please tell me how to add .html in mybb forum? i'm using Google SEO and my current url is:

http://domain.com/thread-how-to-add-html-url-in-mybb

thanks in advance
(2018-07-09, 10:41 AM)cloude Wrote: [ -> ]hi,

can someone please tell me how to add .html in mybb forum? i'm using Google SEO and my current url is:

http://domain.com/thread-how-to-add-html-url-in-mybb

thanks in advance

Try this PLUGIN.

I use it and it works very well.
Googles SEO has settings that let you change the url structures. If you need to add ".html" to thread links:
1. Login to you ACP
2. Go to Configuration
3. Select Google SEO Url section
4. Find Thread URL scheme setting
5. Add .html after {url}
6. Modify the htaccess adding a new rewrite rule
(2018-07-09, 11:02 AM)chack1172 Wrote: [ -> ]Googles SEO has settings that let you change the url structures. If you need to add ".html" to thread links:
1. Login to you ACP
2. Go to Configuration
3. Select Google SEO Url section
4. Find Thread URL scheme setting
5. Add .html after {url}
6. Modify the htaccess adding a new rewrite rule

Worked thanks Smile