hyperic
Closed Thread
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17

Thread: How to install PHP on Apache?

  1. #16
    Join Date
    Jan 2010
    Posts
    2
    Open your browser and access the file by typing "localhost/test.php" into your browser's address bar. Do not open the file directly on the hard disk - you'll only see the words you typed in earlier. You need to use the above URL so that the browser will try to access your Apache web server, which in turn runs PHP to interpret your script.

    If all goes well, you should see a pageful of information about your PHP setup. Congratulations - you have successfully installed PHP and configured Apache to work with it. You can upload this same file, test.php, to your web host and run it there to see how your web host has set up his PHP, so that you can mimic it on your own machine.

    If for some reason it does not work, check to see whether your PHP setup or your Apache setup is causing the problem. To do this, open a Command Prompt window (found in the "Accessories" folder of your "Start" menu) and run php-cgi.exe on test.php with a command line like "c:\php\php-cgi test.php" (without the quotes)
    ______________________________________________
    [url=http://www.enterrementdeviedegarconactivite.com]enterrement de vie de garçon Paris[/url]
    [url=http://www.betterdatingsites.com/]best free dating sites[/url]

  2. #17
    ragasia Guest
    when running the ./configure command, redirect the error output to a file so you can figure out what's wrong. To do this, append "2> error.file" to the configure command, specifying the file to save the error log in.
    ________________________________________________________
    [url=http://www.bestatmaldivesholidays.co.uk/holiday-packages/hotel/Soneva-Gili-Resort-and-Spa.aspx]soneva gili[/url]
    [url=http://www.new-inventions-success.com/Provisional-Patent-Sample.html]Provisional Patent Sample[/url]

Closed Thread

Similar Threads

  1. Best *Remote Install* Spy Softwares?
    By dr. acula in forum Internet Privacy
    Replies: 6
    Last Post: 08-03-2012, 03:52 AM
  2. How do I install Curl?
    By gilbertsavier in forum Programming
    Replies: 9
    Last Post: 11-28-2009, 03:00 AM
  3. Program with install shield
    By MaxHeadRoom in forum Security & Encryption
    Replies: 3
    Last Post: 01-01-2008, 03:46 PM
  4. What firewall is better to install?
    By willmiller in forum Internet Privacy
    Replies: 4
    Last Post: 01-25-2007, 10:56 AM
  5. RE-Install Shareware Soft
    By wxyz in forum Internet Privacy
    Replies: 1
    Last Post: 03-08-2006, 02:48 PM

Posting Permissions

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