View Single Post
Old 2008-08-20, 02:08 PM   #5
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
.htaccess

Code:
RewriteEngine on
RewriteRule ^sponsor1$ http://sponsorurl1.com/ [R=302,L]
RewriteRule ^sponsor2$ http://sponsorurl2.com/ [R=302,L]
RewriteRule ^sponsor3$ http://sponsorurl3.com/ [R=302,L]
RewriteRule ^sponsor4$ http://sponsorurl4.com/ [R=302,L]
http://site.com/sponsor1 would then redirect the surfer.

You could do 301s if you didn't want to intentionally scrape your sponsors.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote