B
Badass Scotsman
Hello,
I have a dynamically generated site, with a URL format like so:
www.site.com/index.aspx?Content=Horses
www.site.com/index.aspx?Content=Parrots
And so on...
What i would like to do, on page somewhere, is this:
if QueryString Content = Horses
then
301 permanent redirect to
www.newsite.com/animals.aspx?Content=Horses
Trouble is, not really knowing how to code in .NET , im stumped
Any help appreciated guys,
Regards,
Gary.
I have a dynamically generated site, with a URL format like so:
www.site.com/index.aspx?Content=Horses
www.site.com/index.aspx?Content=Parrots
And so on...
What i would like to do, on page somewhere, is this:
if QueryString Content = Horses
then
301 permanent redirect to
www.newsite.com/animals.aspx?Content=Horses
Trouble is, not really knowing how to code in .NET , im stumped
Any help appreciated guys,
Regards,
Gary.