The server is not recognizing static files with white spaces in the name of the files.
Trying to access to something like:
http://localhost/staticfiles/filehere.format
it works correctly but trying to access to something like
http://localhost/staticfiles/file here.format -> http://localhost/staticfiles/file%20here.format
does not work
The server is not recognizing static files with white spaces in the name of the files.
Trying to access to something like:
http://localhost/staticfiles/filehere.format
it works correctly but trying to access to something like
http://localhost/staticfiles/file here.format -> http://localhost/staticfiles/file%20here.format
does not work