Hi there - having a problem installing allocpsa on a windows server 2008.
Followed the instructions, however when you go to the webpage it gives the
following error:
HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension
configuration. If the page is a script, add a handler. If the file should be
downloaded, add a MIME map.
Any idea what extensions it want configured?
Thanks Bernard
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there - having a problem installing allocpsa on a windows server 2008.
Followed the instructions, however when you go to the webpage it gives the
following error:
HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension
configuration. If the page is a script, add a handler. If the file should be
downloaded, add a MIME map.
Any idea what extensions it want configured?
Thanks Bernard
Hi Bernard,
It sounds as though your webserver does not know how to serve PHP files.
Perhaps create a file called test.php with the contents like this:
And see if you get the same error.
Alex