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 <[email protected]> wrote:
> On Sat, Jun 21, 2014 at 10:45 AM, Michael Felt <[email protected]> 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
> [email protected]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>