Error 6 (net::ERR_FILE_NOT_FOUND): The files c or directory could not be found

Mirela picture Mirela · Jun 13, 2012 · Viewed 243.4k times · Source

I am working with scriptcase php code generator, which is installed in a server but i access it via the web. It was fine till someone logged off the administrator of the server (which is the user I use). I restarted the server and logged on as admin, but now I cant access scriptcase from chrome! It shows:

Error 6 (net::ERR_FILE_NOT_FOUND): The file or directory could not be found.

What should i do?![enter image description here]

Answer

Septr picture Septr · May 14, 2014

Big one I see that causes this is filename. If you have a SPACE then any number such as 'Site 2' the file path with look like something/Site%202/index.html This is because spaces or rendered as %20, and if another number is immediately following that it will try to read it as %202. Fix is you never use spaces in your filenames.