Forum Moderators: phranque
I've got a client hosted on a windows box. We're redesigning the site and some pages are going to be removed. I wanted to set up a server side redirect because these pages are already indexed.
The provider does not allow a custom 404.
I've got asp but the files in question are already named .htm
And of course, .htaccess is not available.
The files will be removed permanently, so I'd like some way of sending a 301.
Any ideas on how to solve this? Thanks.