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:
I wrote the rule in htaccess file
changed the field "Thread URL scheme"
The problem is that the url lastpost is rewritten in this way
I wish that the url was written so
Do you have any solution for this?
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?