Okay its been a long day installing IIS with PHP, than Apache 2 with the latest PHP4 so far no trouble.
So i wanted to tinker around with PHP5RC1 on Apache 1.3x the installation was alright. I dont get thrown any errors but PHP wants to be downloaded. It maybe just because im extremely tired and cant find this simple little thing ive forgotten
LoadModule php5_module "modules/php5/php5apache.dll"
AddModule mod_php5.c
AddType application/x-httpd-php .php
This is what i have th reason the load module is aimed at modules is because i installed it there as well as the PHP extensions since i have 3PHPs installed.
I also have this bit
<IfModule mod_dir.c>
DirectoryIndex index.php index.html
</IfModule>
Which is basically just to say index.php or index.html is the Directory Index i dont think this is the problem.
By the way im on Windows XP and my PHP5 is running on Apache 1.3.29
Thanks in advance