Forum Moderators: phranque
# Force html files to be of type php:
<Files index.html>
ForceType application/x-httpd-php
</Files>
However, I have some directories with index.html files that should not be processed as PHP files. How can I either restrict my original statement to the current directory, OR override the setting with directory-specific .htaccess files? (I'm unsure of the syntax in the directory that would tell it to act like a regular HTML file).
Thanks,
Susan
See Apache mod_mime [httpd.apache.org] for more info.
Jim