[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SSI on Apache using .htaccess and XBitHack?
- Subject: Re: [cobalt-users] SSI on Apache using .htaccess and XBitHack?
- From: Bill Gunning <billgun@xxxxxxxxxxxxxxxxx>
- Date: Mon Jan 17 06:48:24 2000
I need SSI on an old site to run a script
Make a file .htaccess
AddType text/x-server-parsed-html .htm
Then upload this file into the required folders.
Bill