Sorry for the new thread - I deleted my old email
(thread ID)...

http://marc.theaimsgroup.com/?l=php-general&m=107979353616896&w=2

Basically : FIXED


I went to the website :-  & on the 3rd-4th screen :-

http://www.webmasterstop.com/tutorials/apache-php-mysql-installation3.shtml

I found MY answer..

I didnt have the ScriptAlias /php/ "c:/php/"  set up
correctly..

The 3 lines I needed (without the dashes) are :-

=======
ScriptAlias /php/ "c:/php/"

AddType application/x-httpd-php .php .phtml

Action application/x-httpd-php "/php/php.exe" 
=======

I went to my localhost & now I've got PHP going...

G


__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to