I've tried to follow the instructions in the FAQ on including server side includes in the search results page but I can't get it to work right.
I suspect it's something simple that I'm doing wrong.
I've created a custom search page here: http://www.icdmeister.com/demo/search/icdsearch.html
which includes all of my SSI content (header, navigation, footer) and this include for the search:
<!--#include virtual="/demo/search/search.php?${QUERY_STRING}" -->
From the search_template.html file, I stripped out the redundant HTML, HEAD tags which left me with just the <!--ZOOMSEARCH--> command.
I set the configuration so the Link back URL was icdsearch.html
When I conduct a search from http://www.icdmeister.com/demo
the results open without formatting. When opened directly, the icdsearch.html page opens with all the proper formatting and SSI's.
I'm confused as to how the search script should know to use icdsearch.html as a template for the results screen?
Help will be greatly appreciated.
Thanks in advance,
Andrew
I suspect it's something simple that I'm doing wrong.
I've created a custom search page here: http://www.icdmeister.com/demo/search/icdsearch.html
which includes all of my SSI content (header, navigation, footer) and this include for the search:
<!--#include virtual="/demo/search/search.php?${QUERY_STRING}" -->
From the search_template.html file, I stripped out the redundant HTML, HEAD tags which left me with just the <!--ZOOMSEARCH--> command.
I set the configuration so the Link back URL was icdsearch.html
When I conduct a search from http://www.icdmeister.com/demo
the results open without formatting. When opened directly, the icdsearch.html page opens with all the proper formatting and SSI's.
I'm confused as to how the search script should know to use icdsearch.html as a template for the results screen?
Help will be greatly appreciated.
Thanks in advance,
Andrew
Comment