Forum Moderators: open
I am however worried that this will been seen as spam by the googlebot.
Is this the case or is there a better way of achieving the same thing.
Google has spidered these links, do I need to put in the redirct for the whole URL ie. somthing.php?var1="value" or can I simply use a wild card so that any link to somthing.php redirect to another page?
Yes, you can leave the query string (?var1="value") off, and just redirect "something.php". It's actually more work to redirect based on the query string anyway, so unless you really need to do that, don't.
A "wildcard" isn't really necessary, just redirect based on the REQUEST_URI starting with "something.php" and don't put an end-anchor on the pattern.
Jim
Even more, I mapped HTML pages to ASP.DLL (the dll tha parses ASP pages) to be able to put ASP directives inside HTML pages and Google still spiders them correctly.