summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
authorot <ot@localhost>2007-05-24 05:22:49 +0000
committerot <ot@localhost>2007-05-24 05:22:49 +0000
commit2e24dac1d9864e55fb5c7be3d4044bf53ed20fa5 (patch)
tree9b4696b3a535a3a3c0b0aba916639cf04879509f /htdocs/dev/tests
parentf1b4b602dc7db0e6b139243ae6c275ae814285bc (diff)
downloadmarkup-validator-2e24dac1d9864e55fb5c7be3d4044bf53ed20fa5.zip
markup-validator-2e24dac1d9864e55fb5c7be3d4044bf53ed20fa5.tar.gz
markup-validator-2e24dac1d9864e55fb5c7be3d4044bf53ed20fa5.tar.bz2
moving some directives for serving test documents to httpd config, since it's not going to work on servers other than apache > 2.0.24 anyway
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r--htdocs/dev/tests/.htaccess19
1 files changed, 0 insertions, 19 deletions
diff --git a/htdocs/dev/tests/.htaccess b/htdocs/dev/tests/.htaccess
index ee34ab1..e69de29 100644
--- a/htdocs/dev/tests/.htaccess
+++ b/htdocs/dev/tests/.htaccess
@@ -1,19 +0,0 @@
-<Files nocharset.html>
-ForceType text/html
-# note - this only works in apache 2.0.24 and later
-</Files>
-<Files nocharset_notutf8.html>
-ForceType text/html
-# note - this only works in apache 2.0.24 and later
-</Files>
-<Files ~ "textxml_nocharset(\.xml)?">
-ForceType text/xml
-</Files>
-<Files 4520-iso88591-meta.html>
-ForceType text/html
-# use charset in meta
-</Files>
-<Files 1574-charset_iso_8859_7_greek.html>
-ForceType text/html
-# use charset in meta
-</Files>