I am a beginner with PHP and I am trying to get an old (about 2003) PHP script running with version 5.3.3. on Win 7. However, I am getting a number of errors, which I am trying to work through.
This script was running on Win XP with an older PHP (5.2.9 I think), but now I get the error
Forbidden You don't have permission to access /< on this server
Other modules within the script do connect with the MySQL database.
What should I be looking for to get rid of this error ?
What has changed in Win XP to Win 7, PHP or MySQL over the last 18 months which could cause this error ?
Thanks for your help.