Forum Moderators: coopster
Can anyone help me with a php redirect script. I don't know anything about php except how to upload it to my server.
I need a script like "go.php" where I can add the url at the end and have the script redirect it to that url. example: go.php?url=http://www.domain.com
Basically I have some outgoing links that I would like the search engines to think my links are going to pages on my website. Can search engines index php scripts. I don't want the search engines to index the "go.php" because it is just a redirect script. Could I add an id string so search engines would ignore these links? example: go.php?id=12345&url=http://www.domain.com
How can I go about doing this and where can I get a simple script like this?
Any help would be appreciated. Thanks in advance.