Forum Moderators: phranque
On their link, they have:
href="http://www.example.com/oldpage%20"
In my .htaccess, I have :
RewriteRule ^oldpage\%20 http://www.example.com/newpage/ [R=301,L]
Jim did kindly try to help me before on this, but I seem to be going wrong somewhere, as it still doesn't work.
Any help much appreciated.
Dexie.
Many thanks for the input, unfortunately they didn't work either ;-(
If it's any help, when I've tried other codes, it usually gives me an error page, but when I tried those codes you kindly suggested, it didn't even load any page, it just looked if it was going to?
Any help appreciated.
Dexie.
If they are very similar, and using "oldpage" and "newpage" here is hiding important details of the URL-path structure, then this code may be putting your server in a loop or something.
Jim