[thelist] .htaccess

Bill Haenel bill at webmarketingworx.com
Wed Dec 5 13:34:26 CST 2001


> > allow SSI-parsing in html files can't you?:
> > Like this:
> >
> > AddHandler server-parsed .shtml .htm .html
> >
>
> It's possible, but static files ('.html') are more efficient. You
> don't want
> the server to parse and process every '.html' file, and there's also the
> caching issue: emitting "Last-modified".


Let's say I added  a .htaccess file to a directory with this line:

AddType application/x-httpd-php .html

Now let's say I don't want this to affect subdirectories...how do I make
that happen?

BH





More information about the thelist mailing list