I have php set up on my server; I set it up some time ago now. It seems to be working because I have one directory on it which has a php site and this works OK. However, I have tried to run php scripts from other directories without success! I always get the "File Not Found" error on the browser, although if the permissions are changed to scripts only for the directory I get the "HTTP 403.1 Forbidden: Execute Access Forbidden" message which would seem to suggest that the server is trying to run the file. As I mentioned it is now some time ago since I set up the php installation and cannot really remember everything I learnt about php at the time. I need to sort this problem out as soon as I can and I am certain that there is probably a simple solution to it. I would therefore be grateful for any suggestions as to why I may be unable to run scripts in any directory other that the one in which the php website is installed regardless of permission settings on the directories. Many thanks.