nd
AddType application/x-httpd-php .php
Is there some other way I can configure it? Or am I way off?
Thanks,
Scott Lamb
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ion doesn't quite match up with mine. My RedHat 7.2
system has this instead:
LoadModule php4_modulemodules/libphp4.so
...
AddModule mod_php4.c
so maybe you don't have the latest RPMs. Go to RedHat's update site,
make sure you have the
, make sure index.php
is in your DirectoryIndex line.
You could have an equivalent AddType line for .html, but it would be
dumb. PHP would process all HTML files, which would slow things down
unnecessarily.
--
Scott Lamb
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php