Maybe I need to put it somewhere else?

...
<Directory "/aixtools/dl.aixtools">
    DefaultType application/octet-stream
    <Files *.I>
    RemoveEncoding .php
    ForceType application/octet-stream
    </Files>
    Options Indexes FollowSymLinks
        IndexOptions FancyIndexing Namewidth=* FoldersFirst
SuppressDescription
## VersionSort
        IndexOrderDefault Descending Date
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
</VirtualHost>

Still getting Content-Type: text/html when .php is in the filename.


On Sat, Jun 21, 2014 at 6:05 PM, Eric Covener <cove...@gmail.com> wrote:

> On Sat, Jun 21, 2014 at 10:45 AM, Michael Felt <mamf...@gmail.com> wrote:
> > Question: what do I need to do to get httpd to recognize the .I endings
> > and/or ignore .php when in the middle of a filename?
>
>
> <Files *.I>
> ForceType  foo/bar
> </Files>
>
> --
> Eric Covener
> cove...@gmail.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to