MyBB Community Forums

Full Version: write url Google SEO .html
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sorry for my english, but I'm using the translator = (.

I using google seo plugin and I would like to rewrite the url like this:
www.domain.com/t-name.html

I wrote the rule in htaccess file
RewriteRule ^T-([^./]+)\.html$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

changed the field "Thread URL scheme"
T-{url}.html

The problem is that the url lastpost is rewritten in this way
www.domain.com/t-name.html?action=lastpost

I wish that the url was written so
www.domain.com/t-name?action=lastpost.html

Do you have any solution for this?