Hello - Here is my situation:
Every page of the website that we are working on is of the form:
index.php?content=directory/includefile.html
Where index.php is the template for the whole site, about 2000 pages and includefile.html can be in any number of content directories.
I have a search engine that will search all the directories that have include files in them.
HERE IS THE PROBLEM: The search engine returns the content files (i.e. includefile.html) and not the link to the compiled template (index.php?content=directory/includefile.html).
How can I get around this? I want the search engine to only search the content, but when a raw include file is linked, the full version must be loaded.
Any help?
Steve