Forum Moderators: phranque
[mydomain.com...]
to
[mydomain.com...]
.htacess code
RedirectMatch permanent ^/one%20two%20three.htm$ [mydomain.com...]I used this code in my htaccess. it is not redirecting to the new url but only goes to the old page (one%20two%20three.htm).
Please help...
Redirect 301 /folder/old-file-name.htm http://www.example.com/file-name.php?variable=two words
When I upload it the site dies, any idea what to do, I cant really change the variable's name, is there another way around it.
When the new URL is called the server ads %20 between the words, is it OK to do that in the htaccess, will spiders get confused?
Cheers