What I suspect may be a bug:
On a Windows 2000 server add a file called global.txt in your HTML directory. Try and open it with localhost/global.txt - you should see a 404.
Rename this file to globalfoo.txt or whatever and try and access this via the browser. It should be served up okay.
It appears to me that any file with the name global cannot be served. No matter whether it’s a text file or a image or whatever…
I feel like I am taking crazy pills. Can somebody double check this for me or offer an explanation??
Background: My website codestore.net has a CSS file called global.css. Recently I upgraded to R6. All is okay on the live Linux server but my home Windows machine is having none of it!
Jake