David Wang wrote:
> You did not setup application mapping of .php to your PHP
> installation. Thus, .php is treated as static file by IIS and
> downloaded by IE.
>
> You have a bug in the installer or installation process of PHP.
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
GDay All,
David, thanks for the reply. However, I don't think that is the problem.
My application mapping points to \php\php5isapi.dll.
I do have php installed and working!! but for some reason I cannot get
this installation of joomla to work. Every time I navigate to this
particular folder it insists on wanting to download the file rather than
display it as normally would happen.
The other installations of joomla, drupal etc. I have on this machine
display and run as they should.
I think this is a file permissions issue but I really don't know what.
I've been going through IIS services and now I seem to have screwed it
up even more. Logging on to localhost I now get a 403 error instead of
the standard welcome to IIS page.
What am I doing wrong here??
>> Stay informed about: IIS5.1 + PHP IE downloads the php page instead of executin..