1
0
mirror of https://github.com/php/web-php.git synced 2026-04-23 15:08:20 +02:00

Looks now more correct.

This commit is contained in:
Egon Schmid
2000-03-18 09:16:06 +00:00
parent e961da50ef
commit 596cc5f629
+4 -4
View File
@@ -45,12 +45,12 @@ the final release.</p>
following syntax:<br>
<pre>
<IfModule mod_php3.c>
AddType .php3 application/x-httpd-php3
AddType .phps application/x-httpd-php3-source
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
</IfModule>
<IfModule mod_php4.c>
AddType .php3 application/x-httpd-php
AddType .phps application/x-httpd-php-source
AddType application/x-httpd-php .php .php4
AddType application/x-httpd-php-source .phps
</IfModule>
</pre>
<br>