Hi!
A link to my website has been posted on another forum however the actual link has been shortened:
http://[domain]/gallery/th...s.php?album=16
as you can see the word 'thumbnails' has been replaced by '...' the actual link should be:
http://[domain]/gallery/thumbnails.php?album=16
I have tried doing a 301 redirect in my .htaccess file but just can't get anything to work, not sure if its the syntax I am getting wrong or if its not possible in the first place? I have tried things like:
RewriteEngine ON
Redirect 301 /gallery/th...s.php?album=16 http://[domain]/gallery/thumbnails.php?album=16
Any ideas?
Thanks
Mick
A link to my website has been posted on another forum however the actual link has been shortened:
http://[domain]/gallery/th...s.php?album=16
as you can see the word 'thumbnails' has been replaced by '...' the actual link should be:
http://[domain]/gallery/thumbnails.php?album=16
I have tried doing a 301 redirect in my .htaccess file but just can't get anything to work, not sure if its the syntax I am getting wrong or if its not possible in the first place? I have tried things like:
RewriteEngine ON
Redirect 301 /gallery/th...s.php?album=16 http://[domain]/gallery/thumbnails.php?album=16
Any ideas?
Thanks
Mick