4 lines
134 B
ApacheConf
Executable File
4 lines
134 B
ApacheConf
Executable File
# Everything not a PHP file, should be served as text/plain
|
|
<FilesMatch "\.(?!(php)$)([^.]*)$">
|
|
ForceType text/plain
|
|
</FilesMatch> |