301 redirects in .htaccess for filenames with spaces
I was working on a site where pages had originally been named using an old WYSIWYG editor, with spaces in the filenames. These were being served up OK in the browser, which URL-encoded the space (as an unsafe ASCII character) to %20 :
However when using this URL-encoded format in the .htaccess file, the server generated an error for the 301 Redirect lines:
The correct way to redirect filenames with spaces in .htaccess is by leaving the spaces, and quoting the filename: