> >
> >On Thu, Feb 22, 2001 at 02:51:02PM -0800, Wim Kerkhoff wrote:
> >> What's the best solution?
> >
> >Not necessarily the best solution, but what I'm doing is not using
> >*.html for these objects at all - I'm calling them base.obj, init.obj,
> >etc. Two benefits - it makes it immediately clear what's meant to be a
> >proper html page and what's an EmbperlObject fragment; it means that
> >these objects are treated as text by apache by default, rather than
> >as html, avoiding the problems that spawned this thread. If you
> >don't want people to be able to view your objects, of course, you can
> >just do:
> >
> ><Files ~ "\.obj$">
> >    Order allow,deny
> >    Deny from all
> ></Files>
> >
> >but they'll still work fine with EmbperlObject.
>
> Ahh, that's an excellent idea!  I'm going to switch to that.  Perhaps this
tip should go into the documentation/tutorials?
>

Yes, this should go to the FAQ and the EmbperlObject introduction

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to