| Gabor Hojtsy 2004-09-25, 3:55 pm |
| goba Sat Sep 25 14:20:17 2004 EDT
Modified files:
/phpweb mirroring.php
Log:
fix from Max Khaikin for the faq.html.php content type issue
http://cvs.php.net/diff.php/phpweb/...42&r2=1.43&ty=u
Index: phpweb/mirroring.php
diff -u phpweb/mirroring.php:1.42 phpweb/mirroring.php:1.43
--- phpweb/mirroring.php:1.42 Wed Sep 8 10:21:59 2004
+++ phpweb/mirroring.php Sat Sep 25 14:20:17 2004
@@ -1,5 +1,5 @@
<?php
-// $Id: mirroring.php,v 1.42 2004/09/08 14:21:59 derick Exp $
+// $Id: mirroring.php,v 1.43 2004/09/25 18:20:17 goba Exp $
$_SERVER['BASE_PAGE'] = 'mirroring.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("Mirroring The PHP Website");
@@ -173,6 +173,11 @@
<IfModule mod_speling.c>
CheckSpelling Off
</IfModule>
+
+ # If you have Russian apache with mod_charset installed,
+ # do not forget to search for this line in your existing
+ # configuration, and comment it out:
+ # AddHandler strip-meta-http .htm .html
</VirtualHost>
</pre>
|