Quote Originally Posted by bplex
I don't believe that you can change that as that is the default that is written in one of the encrypted files. You may be able to modify your .htaccess to do it, but I believe that if you did that, you may break the sorting for the other links.
Mhh, if is inside the script, yes i guess only with htaccess can be done this.

i dont think will make a mess around, if the hataccess will be only about /tag i guess...

RewriteRule ^tag/(.*)/(.*) tag.php?search_id=$1&page=$2 [L,QSA]

already the htacess give some variable to the tag.php

someone who know good this script can suggest how modify this part of htaccess without made mistakes?