On Thursday 06 February 2003 19:18, Edward Peloke wrote:
> Is there a setting in the config file where I can tell php what extensions
> to process?

Not in the PHP configuration but in the Server configuration. For Apache add 
something like
  AddType application/x-httpd-php .xyz
to your httpd.conf, .htacces file to tell apache to parse all files ending 
.xyz using PHP

johannes

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

Reply via email to