On Thu, Jan 29, 2009 at 4:37 PM, Robert Paulsen <robert@paulsenonline.net> wrote:
Well My apache2 server will not display php web pages. If I try to load a page in my browser I get a message saying that (e.g.) index.php is a pdf file and asks what app would I like to open it with.
I have apache2, php5 and mod_php5 installed but apache will not load a php5 page.
/etc/sysconfig/apache2 has php5 set in APACHE_MODULES. mod_php5 is listed in /etc/apache2/sysconfig.d/loadmodule.conf. The file conf.d/php5.conf.
I had this working on 9.3 and 10.3 ut can't get it working on 1.1. What am I missing?
Do you have this? AddHandler application/x-httpd-php .php4 AddHandler application/x-httpd-php .php5 AddHandler application/x-httpd-php .php AddHandler application/x-httpd-php-source .php4s AddHandler application/x-httpd-php-source .php5s AddHandler application/x-httpd-php-source .phps DirectoryIndex index.php4 DirectoryIndex index.php5 DirectoryIndex index.php -- Kind Regards -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org