PDA

View Full Version : Server Parsed Documents (SSI stuff)


nsr81
09-26-2001, 10:08 AM
Is it possible for a user to add .shtml support through .htaccess file. Given that .shtml is off on that specific server and user has no control over the config files to have it turned on.
If yes, then .htaccess can be in any directory and .shtml support will be available for that directory only?

reuben
09-26-2001, 12:52 PM
Yup,

AddHandler server-parsed .shtml

would be the command to add.

nsr81
09-26-2001, 02:03 PM
thanks.