Newbie - where to put the files
Date: Wed, 31 Dec 2003 12:20:17 -0800
I downloaded the IBserver package that has Apache, MySql and PHP all
together. Everything installed fine.
But, where do I save the .PHP files so that the Apache server with find them
and parse them?
I was thinking that one time when I downloaded an Apache version that it
created a sub-directory "httpds" or something like that. This package
installation did create that directory.
If I execute http://localhost, it does find the document that is created by
the installation that displays links to all the part of the installation,
but http://localhost/anything.php does nothing. The file is
<?php
echo 'Hello World';
?>
Any help would be appreciated.
Fred Blair
Relevant Pages
- Re: PHP5 IIS Setup
... If there were any html tags, ... Incidentally I'm using Apache 2, ... You haven't added a type association so Apache knows to use PHP to process ... it not processing PHP files. ... (alt.php) - Re: Installing PHP on MacOS X
... I've installed php a few times on OSX Macs, ... php runs under the Apache web server, so you need to have Apache ... part of OSX, but it is switched off by default for security reasons. ... The test.php file referred to in the Entropy installation ... (alt.php) - Re: Apache2 & php5 Problem
... The file contains a test message between header tags and below ... message from the php script line. ... This gives you all the information about your PHP installation. ... You might need to add an AddHandler directive to your Apache config file if there isn't one already and a ScriptAlias ... (Debian-User) - Re: Need help configuring php 4.3.10 with Apache 2.0.53
... Due to the difficulties with SuSE's setup of Apache, I was unable to get SSL to work with the distro's installation of Apache so uninstalled, reinstalling 2.0.53 from Apache's site. ... I restarted Apache over and over without php working. ... (alt.php) - Re: Unable to load dynamic link library php_mysql.dll - Apache 2.2.6/PHP 5.2.6
... I am attempting to perform a PHP installation on an Apache 2.2.6 web ... Apache instance that requires PHP 5.2.6 loaded with MySql support. ... extension I recieve the following error message: ... (comp.lang.php) |
|