Forum Moderators: open
Via Webmaster tools I've become aware of some incoming links to my site to non-existant pages. Specially I'm talking about incoming links that contain file name problems, including misspellings. Some of these misspellings contain characters that are not allowed in file names (!#$%&'()+,-, etc..) .
When making 301 redirects in IIS 6, you create a file with the misspelled name and upload it to your server. Then you use remote desktop to access IIS where you locate the actual file and create a 301 redirect for it.
The problem I am having is that in the case of incomming links to those misspellings that contain "non-allowed" characters (and non-allowed character formats) for a file, I can't create a file to upload. Therefore I can't create a 301 redirect for that instance.
I've become aware of an add-on I can use with IIS that allows me to use an htacess-like file for redirects (I have to assume its use and nomenclature is based on the Unix model).
My question is, with the Unix htacess file and creating redirects, can you make redirects for filenames that contain non-allowed characters and formats for file names?