I was wondering if its possible to make a script that checks if a perticular file exist? The trick is; how can the script know if the 404-file that opens (if the file doesnt exist) isnt really the file?
Well, there is actually a PHP function that does exactly that:
file_exists("filename.extension")