|
From: Don H. <dha...@br...> - 2004-11-15 16:16:51
|
Thanks for trying. That made no difference. It seems to be opening the page but failing part way through. It has a logo then a box I assume is user name, a box I assume is password then a box with this in it [<? echo $AUTH_LDAPSERVER_BASE_DN ?>] then a box with ok. This is followed by the text from the previous post. Thanks Don On Sun, 2004-11-14 at 18:11 -0600, Leo & Caro wrote: > Do you have php to interpret .phtml pages? > > > Add the following line to /etc/httpd/conf.d/php.conf: > > AddType application/x-httpd-php .phtml > > On my system: > > [root@champion conf.d]# pwd > /etc/httpd/conf.d > > [root@champion conf.d]# more /etc/httpd/conf.d/php.conf > # > # PHP is an HTML-embedded scripting language which attempts to make it > # easy for developers to write dynamically generated webpages. > # > > LoadModule php4_module modules/libphp4.so > > # > # Cause the PHP interpreter to handle files with a .php extension. > # > AddType application/x-httpd-php .php > # AddType application/x-httpd-php-source .phps > > # > # Cause the PHP interpreter to handle files with a .phtml extension. > # Add by me because of Rolodap > > AddType application/x-httpd-php .phtml > > # > # Add index.php to the list of files that will be served as directory > # indexes. > # > DirectoryIndex index.php > |