| > I have gone through that page multiple times. It
> only shows how to include a hash of the query
> string, not the original query string itself. Is
> there any way to save the original query string?
1) you can save the query string in the html page by not checking options ->
Build -> Hide query string.
2) you can modify the filename to include the parameter(s)
index.html?q=query+string
User defined structure of %h%p/%n%[q:-:::].%t will generate filenames of
.../index-query+string.html | |