1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Make .htaccess portable

This commit is contained in:
Rasmus Lerdorf
1999-11-17 19:43:57 +00:00
parent a0fa06df1d
commit d9cb4a2f05

View File

@@ -1,3 +1,8 @@
include_path .:./include
DirectoryIndex index.php3
<IfModule mod_php3.c>
php3_include_path .:./include:../include
</IfModule>
<IfModule mod_php4.c>
php_value include_path .:./include:../include
</IfModule>
DirectoryIndex index.php3 index.php
AddType application/x-pilot .prc .pdb