SEO Software
Closed Thread
Results 1 to 2 of 2

Thread: How to install PHP on Apache?

  1. #1

    Default How to install PHP on Apache?

    You need to add the following lines to httpd.conf (If you're using Apache for Win32)

    ScriptAlias /php/" c:/path-to-php-dir/"
    AddType application/x-httpd-php .php
    Action application/x-httpd-php "/php/php.exe"

    Then restart Apache and it should interpret php files correctly.

    For more information on installing Apache with php look at the following manual page:
    PHP: Installation and Configuration - Manual
    Thanks & regards,
    Lokananth
    Live Chat Software By miOOt


  2. SEO Software

  3. #2

    Default

    Apache is not an os , its a webserver you cannot install php on apache you can install it on linux on which apache works

Closed Thread

Similar Threads

  1. How to Install WordPress
    By gilbertsavier in forum Content Management
    Replies: 6
    Last Post: 12-30-2009, 01:35 PM
  2. How to Install Drupal
    By gilbertsavier in forum Content Management
    Replies: 4
    Last Post: 10-24-2009, 03:19 AM

Tags for this Thread

Bookmarks

Posting Permissions

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