Jimmy_Lemon
TPer Emeritus
- Messages
- 12,095
- Name
- Tom
- Edit My Images
- Yes
Need some technical help.
I am trying to move my blog from root to /blog directory. Have done the move fine but am trying to make outside links redirect to the new directory.
So I went down the line of a permanent 301 redirect, but I can't make it work. I am editing the .htaccess file and am adding the information I have found on various website, but it just wont work.
I have a feeling I just have the code wrong...this is what I have:
Anyone got any ideas?
I am trying to move my blog from root to /blog directory. Have done the move fine but am trying to make outside links redirect to the new directory.
So I went down the line of a permanent 301 redirect, but I can't make it work. I am editing the .htaccess file and am adding the information I have found on various website, but it just wont work.
I have a feeling I just have the code wrong...this is what I have:
Code:
redirect 301 /index.php?showimage=132 http://www.jimmylemon.co.uk/blog/index.php?showimage=132
Anyone got any ideas?