A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: apache install works but php didn't

  1. #1
    Senior Member
    Join Date
    Aug 2000
    Posts
    132
    when i type in http:/localhost/phpinfo.php all I get is the code in my browser <? phpinfo(); ?>

    How can i fix this?

  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    Hi,

    did you insall php and apache separately? In that case check that apache's main config file (httpd.conf) lists php
    I have
    LoadModule php4_module libexec/libphp4.so
    AddModule mod_php4.c
    DirectoryIndex index.html index.php
    AddType application/x-httpd-php .php

    Musicman

  3. #3
    Senior Member
    Join Date
    Aug 2000
    Posts
    132

    hi

    I have the 'foundation php for flash' book and I have followed the instructions word for word, that includes modifying the httpd file accordingly. I have no idea what is causing this.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center