For Programmers: Free Programming Magazines  


Home > Archive > PHP Mirrors > September 2004 > cvs: phpweb / mirroring.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpweb / mirroring.php
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 @@
&lt;IfModule mod_speling.c&gt;
CheckSpelling Off
&lt;/IfModule&gt;
+
+ # 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

&lt;/VirtualHost&gt;
</pre>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com