[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Re: can php parse .html files on raq4r?
- Subject: RE: [cobalt-users] Re: can php parse .html files on raq4r?
- From: "Dan Kriwitsky" <list1@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed Dec 11 13:54:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> At 9:57 AM -0500 12/11/02, lists is rumored to have typed:
>
> > Thank-you, the .htaccess option is perfect as its portable
> across our
> > different servers.
>
> It has another advantage; it doesn't waste the PHP
> overhead for those sites which do _not_ need to have all of
> their web pages parsed, as a global change in srm.conf would.
> Those few clients/sites who need it can impliment it
> themselves, taking all the load off of you, too. Add it to
> your hosting FAQ and fuggettabouddit.
>
I think if you put it in access or srm.conf as:
<Directory /home/sites/site#>
#site# being the site in question
AllowOverride All
Options All
AddType application/x-httpd-php .html
</Directory>
You don't have to worry about the other sites. That's what I meant about
adding it there. Not adding it for all sites.
--
C2002 Dan Kriwitsky
Please reply to the list only. Off list replies are not read.