Brian,
> When I click on the reports URL I get the following response.
> The application doesn't seem to see index.php under the
> reports directory. How can I fix this?
>
You need to change your web server so that it considers index.php as the
default file to be used when someone tries to access a directory. For
Apache, you would need the following on httpd.conf:
DirectoryIndex index.html index.php index.php3 index.phtml
index.php4
--Joao
| Thread |
|---|
| • Reports Page | Brian Fannon | 4 May |
| • RE: Reports Page | Joao Prado Maia | 4 May |