Simple PHP Scripts for Affiliate Type Stuff

westin

Newbie
Joined
May 31, 2009
Messages
2
Reaction score
0
When redirecting to a URL, anyway to ignore a piece of the URL by the receiving php page? Example: You see a URL with a link such as: http://www.mywebsite.com/folder1/test Anyway to send a person to the index of folder1 and ignore the 'test' portion of the URL completely? Thanks!
 
Last edited:
That's a mighty fine idea. I think Aweber automatically cloaks my links for me, and since the email has to come from their server, I don't know how much you can manipulate it. I'm not a programmer though, so I could be missing something.

If you were willing to use your own autoresponder, I'm sure a scripter could do this.
 
Why don't you just send them to site.com/folder1 instead of site.com/folder1/test ?
Or you could just add a index file in /test to redirect to /folder1
 
Thanks for the info...that worked.
 
Back
Top