I need to redirect http://www.the-fine-jewelry-store.com/Gold Jewelry.html To a new page http://www.the-fine-jewelry-store.com/Diamond-Jewelry.html I have created a .htaccess file with the following code redirect 301 the-fine-jewelry-store.com/Diamond Jewelry.html http://www.the-fine-jewelry-store.com/Diamond-Jewelry.html But the page is not redirecting properly. It say Host Not Accessible. Can anyone Suggest
The / is telling it to look in a folder so don't put a .html after the /Diamond Jewelry Not 100% sure on that anyway but worth a shot or if you can give the page its own header you could use: <html> <script type="text/javascript"> <!-- window.location = "http://name_of_landing_page_here" //--> </script> <head> <title>asdfjkl;</title></head> You could throw in some keywords in your body if you wanted too.
there some other code in the .htaccess file that is preventing the code from working the code is right
you need redirect 301 "/Diamond Jewelry.html" http://www.the-fine-jewelry-store.co...d-Jewelry.html because of the space