Forum Moderators: coopster
All my in-site links are set up (with the help of Apache rewriteRule) as "clean" queries and links, but I've run into a need to deviate "back" to a query string add-on. I've managed to compile and display an alphebetical index of all historical terms appearing in my site, and I've arranged it so that the term clicked upon will be highlighted once the page it's linked to is loaded, but I don't want to "hard-link" them for fear of too much multiple content. What I mean is, if I do a /path/to/the/page/termToHighlight.htm the SE would think it's a unique page.
yet when I try to do a rewriteRule (simplified) :
^/(.*)/(.*)/(.*)\.htm?query3=(.*)$ $1.php?query1=$2&query2=$3query3=$4
...it ignores the query after the .htm
Does anyone know of any way around this? I'm stuck.
Thanks in advance for any help at all.
[edited by: Josefu at 7:19 pm (utc) on April 19, 2005]