I also note that the instructions are for php 5.0. I've uninstalled 4.1 and installed 5.0
Rechecked the Apache configuration, restarted server and bingo it works!!!!! Thanks for the moral support, Claudine, and for repointing me to the fte article. Dennis McGrath -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Claudine Robbins Sent: Monday, November 14, 2005 5:09 PM To: RBG7-L Mailing List Subject: [RBG7-L] - RE: Help with R:Web (PHP) Dennis, After the conference, Rafee wrote this fte article. I need to print it myself and double-check and see if this is what my httpd.conf file has in it. I actually copied mine from the one Rafee created for me during the R:Web class on a different laptop. I'll get back to you if I find anything. To All Users of R:WEB Suite, A comprehensive guide on installation and configuration of Apache2 and PHP 5.0 for R:WEB Suite is now available at: From the Edge: http://www.razzak.com/fte (Powered by R:WEB Suite) > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis > McGrath > Sent: Monday, November 14, 2005 4:42 PM > To: RBG7-L Mailing List > Subject: [RBG7-L] - Help with R:Web (PHP) > > I'm trying to jump into R:Web and have hit a roadblock. > > I've installed Apache2 on my local computer. > http://localhost brings up the default web page nicely. > So far so good. > > I installed PHP 4.4.1 > > Per the conference: > I added this to the bottom of the C:\Apache2/conf/httpd.conf file > > ScriptAlias /php/ "c:/php/" > AddType application/x-httpd-php .php > Action application/x-httpd-php "c:/php/php.exe" > > The suggested last line: > Action application/x-httpd-php "c:/php/php-cgi.exe" > will not work because this version of php does not have php-cgi.exe > > I added rafee's Index.php and phpinfo.php to the htdocs directory. > > In the C:\Apache2/conf/httpd.conf file I changed DirectoryIndex > index.html index.html.var to DirectoryIndex index.php login.php > default.php default.html index.html > > Restarted Apache and I get the "page cannot be found" message > > If I go back to > DirectoryIndex index.html index.html.var I once again get the default > apache page > > Rafee made it look sooo easy. Can anyone help? > > Dennis McGrath
