Hi this is very urgent so any help is extremely appreciated! It is possible to upload files to the downloads section on my forum, and have the files stored in /forums/downloads directory on my server. When the files are added to this directory, a number is added before the file name, eg: 12082-filename.ctf Anyway on the downloads section on my vbulletin forum, a link to the download is like this: http://customizepsp.co.uk/forums/downloads.php?do=file&id=880&act=down And this is brought about by the following vbulletin code: <a href="downloads.php?do=file&id={$file['id']}&act=down"> The same file can be accessed by: http://customizepsp.co.uk/forums/downloads/12082-Modesto401.ctf Now I need these files to be downloadable via the Sony PSP, but if this file is attempted to be downloaded on the PSP, the PSP tries to download the url "downloads.php" not the actual .ctf file itself. Hope im making sense so far.. Now at this point if anybody knows what I can do to make the files downloadable on the PSP please tell me as that is what I am aiming for. Basically, without changing every file separately, I think if I were to change the "http://customizepsp.co.uk/forums/downloads.php?do=file&id=880&act=down" in to "http://customizepsp.co.uk/forums/downloads/12082-Modesto401.ctf" this would fix the problem, but I am unsure as to how I can do this by editing this code: <a href="downloads.php?do=file&id={$file['id']}&act=down"> If anybody has any ideas PLEASE tell me, as I really need to do this! Thanks