Does anyone know if it is possible to rename search.html?
Announcement
Collapse
No announcement yet.
Renaming search.html
Collapse
X
-
I presume you are using the JavaScript version?
If so, yes, technically, you can rename "search.html" and use this. For the JS version, this file merely includes and calls the search script, so it is quite safe to create a copy of this and use it with any name. Note that it must reside in the same folder as the rest of the search script files.
For anyone else who comes across this thread - particularly people using the PHP, ASP or CGI version, please note that you cannot rename "search_template.html" (not the same file as "search.html") and that there is no reason to do so. The "search_template.html" file is not seen by the end user, and changing the file extension does NOT make it a PHP or ASP file.
Comment