hello,
I am using
and output is:
http://www.site.com/xxxxx/index-1.htm
what can i do to get the output like
http://www.site.com/xxxxx/xxxxx-1.htm
thanks for your help.
I am using
PHP:
RewriteRule (.*)/index-(.*)\.htm$ search.php?q=$1&s=$2 [L]
and output is:
http://www.site.com/xxxxx/index-1.htm
what can i do to get the output like
http://www.site.com/xxxxx/xxxxx-1.htm
thanks for your help.




