I redesigned a site and discarded all the old filenames. I then added the Redirect 301 lines into the .htaccess file. The 2 files without spaces are fine. I can't figure how to get the filenames with spaces to redirect properly.
Redirect 301 /contact.htm
However
Redirect 301 /why nm.htm doesn't work.
Nor does
Redirect 301 /why%20nm.htm
What am I doing wrong?
Redirect 301 /contact.htm
However
Redirect 301 /why nm.htm doesn't work.
Nor does
Redirect 301 /why%20nm.htm
What am I doing wrong?