I have a static web site that I have made from a database - it makes links for downloading pdf files.

All the links have forward slashes ie - site/Folder/name.pdf however people who use my site are reporting problems because the "/" are in some instances the wrong way round. for example site/Folder\name.pdf and so there is a problem.

When I look at the links in my database and on my site they are correct and are all "/" - and I can download successfully. Is there a fault in my data or are users computers or browsers corrupting my links so they cant download properly.

Many thanks to anyone who can help.