Hello again, What you've changed is correct and should work. The only thing I can think of at the moment is are you sure that Apache was re-started? Shutting down the machine and re-starting will make sure of this.
Regards, - Paul - ----- Original Message ----- From: "Archer" <[EMAIL PROTECTED]> To: "Paul Gardiner" <[EMAIL PROTECTED]> Sent: Friday, October 19, 2001 3:24 AM Subject: [PHP-INST] My Apache Probs.. > > Hello Paul, > > Good Day! > > Apache Configuration file: httpd.conf > ------------------------------------------------------- > # DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs" > DocumentRoot "C:/PHP/corephp" > > > # <Directory "C:/Program Files/Apache Group/Apache/htdocs"> > <Directory "C:/PHP/corephp"> > -------------------------------------------------------- > > In this directory "C:/PHP/corephp" I have file called "Index.html" > so I think everything is fine if reffering to the new directory. > > But strange because even I change the path above, the display still > the same as the default apache, therefore theremust be something > wrong with my configuration or maybe in some other way.. > > I do also restarting everytime I change the configuration. > > Please help me, > > Thanks, > Archer > > ----- Original Message ----- > From: Paul Gardiner <[EMAIL PROTECTED]> > To: Archer <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, October 18, 2001 10:03 PM > Subject: Re: [PHP-INST] How to Run PHP. > > > > > > Hi Archer, > > > > Try editing your httpd.conf file with something like below. Change drive > > letter/paths to suit your installation and then restart apache. Also I'm > > assuming your php files have the .php extension? > > > > Regards, > > - Paul - > > > > # PHP4 Start > > ScriptAlias /php4/ "e:/program files/php4/" > > AddType application/x-httpd-php-source .phps > > AddType application/x-httpd-php .php > > Action application/x-httpd-php "/php4/php.exe" > > # PHP4 End > > > > ----- Original Message ----- > > From: "Archer" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Thursday, October 18, 2001 10:09 AM > > Subject: [PHP-INST] How to Run PHP. > > > > > > > Hello, > > > > > > > > > Hi, Im stuying PHP but I dont know how to make it run. > > > my operating system is Windows NT and I have a Apache running version > 1.3 > > > then i have some samples code for PHP like. > > > > > > <HTML> > > > <HEAD> > > > <TITLE>Figure 1-1</TITLE> > > > </HEAD> > > > <BODY> > > > Today's Date: <? print(Date("l F d, Y")); ?> > > > </BODY> > > > </HTML> > > > > > > > > > but no Date will display and only "Today's Date" is possible. > > > please help me to solve my problem. > > > > > > Please make it specific because Im new to this PHP. > > > > > > > > > Thakns, > > > Archer > > > > > > > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]