[thelist] Apache serverside include help

Anthony Baratta Anthony at Baratta.com
Mon Jan 22 12:37:31 CST 2001


At 08:50 AM 1/22/2001, you wrote:
>Ta, but that anit working either !!!

Option One: Try changing the command to virtual. Some server admins don't 
allow the file command.

         <!--#include virtual="ticker.inc" -->

(You might need the "full" path with virtual.)

Option Two: Create and .htaccess file for the server.

.htaccess

Options Includes
AddType text/x-server-parsed-html .html .htm .ssi

(You only take a very small hit parsing everything. Unless you have a huge 
server load, parsing everything does not slow down your server.)

----
Anthony Baratta
President
Keyboard Jockeys





More information about the thelist mailing list