I have a dir with a page in html:

test.html =>

<?php
phpinfo();
?>

when i call this file to the server it's not procesed, ok.
But when i put in this dir a .htaccess file to change the include_path of
php the html file are procesed by the php core, my htaccess file look like
that:
<IfModule mod_php4.c>
php_value include_path ".:/usr/local/php/lib/php"
</IfModule>

Any help about this will apreciated.

Regards.



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to