Instead of going through each webpage and adding the code required to enable zoomsearch to Jump to match and highlight within document I am placing the code in a txt file and referencing it by placing the following code at the bottom of each webpage.
So as not to have to change each page's extension from html to shtml I have placed the following code in my htaccess file.
This enables zoomsearch to Jump to match and highlight within document which is a great feature. As I have also placed my stats code and part of my menu code in footer.txt I would like to reference the file from php pages. I realise that Jump to match and highlight within document will not work with php pages but wish the stats and menu sections to work from footer.txt.
Does anyone know if it is simply a matter of adding another line to the above code in the htaccess file so that php files will reference footer.txt? If so what code needs to be added?
So as not to have to change each page's extension from html to shtml I have placed the following code in my htaccess file.
Code:
Options Indexes FollowSymLinks Includes AddType application/x-httpd-cgi .cgi AddType text/x-server-parsed-html .html
Does anyone know if it is simply a matter of adding another line to the above code in the htaccess file so that php files will reference footer.txt? If so what code needs to be added?
Comment