Thank you. This has fixed another issue, the /styles/style.css file is now being applied.
I can now access the index page using
http://localhost/iris/index but still not via
http://localhost/iris/ and likewise the other pages eg
http://localhost/iris/user/login.
Apache error.log doesn't help too much
Code:
[Fri Dec 28 13:34:07 2007] [error] [client 127.0.0.1] Invalid URI in request GET /iris/ HTTP/1.0
[Fri Dec 28 13:37:29 2007] [error] [client 127.0.0.1] Invalid URI in request POST /iris/user/login HTTP/1.0, referer: http://localhost/iris/index.php
Any other ideas greatly appreciated.
Geoffrey