aboutsummaryrefslogtreecommitdiff
path: root/html/.htaccess
diff options
context:
space:
mode:
authorDavid Aspinall2001-09-13 13:44:53 +0000
committerDavid Aspinall2001-09-13 13:44:53 +0000
commite3d572318bd40aadd46d2e6a6a543f02afd47f33 (patch)
tree2f88c082a6e8e977df266f0a868ae65692744610 /html/.htaccess
parent3a7677c6a5bc770a74914a3d9addabb1c332b13d (diff)
Try to fix PHP/html nonsense, by disabling SSI and enabling php for .html files
Diffstat (limited to 'html/.htaccess')
-rw-r--r--html/.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/html/.htaccess b/html/.htaccess
new file mode 100644
index 00000000..45e6575e
--- /dev/null
+++ b/html/.htaccess
@@ -0,0 +1,2 @@
+RemoveHandler .html
+AddType application/x-httpd-php .html