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
