bullet-ride minor internet superstar Jan 19, 2009 469 7 0 Mar 27, 2009 #1 I'm looking for a better alternative to having duplicate databases. Any thoughts?
Fat Tom Like A Boss Sep 27, 2008 1,238 35 0 Oregon Mar 27, 2009 #2 the first one for the win, what the fuck is her name.
marfarma Not Your Bitch Jul 24, 2008 217 10 0 Mar 27, 2009 #3 Bullet, You could use htaccess to map the incoming url to a splitest script, which would then decide which ultimate URL to show. What would you do if it wasn't wordpress?
Bullet, You could use htaccess to map the incoming url to a splitest script, which would then decide which ultimate URL to show. What would you do if it wasn't wordpress?
bullet-ride minor internet superstar Jan 19, 2009 469 7 0 Mar 27, 2009 #4 I'd use Prosper202 Self Hosted Apps
bullet-ride minor internet superstar Jan 19, 2009 469 7 0 Mar 27, 2009 #5 Fat Tom said: the first one for the win, what the fuck is her name. Click to expand... That's my fav, too. She's Arielle from mc-nudes.com
Fat Tom said: the first one for the win, what the fuck is her name. Click to expand... That's my fav, too. She's Arielle from mc-nudes.com
D Destro New member Jun 16, 2007 69 0 0 Mar 28, 2009 #6 There's a WP plugin called LPJumper. here it is in action for $27: IANternet WP Test ONLY!
monkeyman New member Aug 24, 2008 155 2 0 Europe Apr 3, 2009 #7 php script: PHP: <?php $rand = rand(0,1); if($rand == 0) { header('Location: http://www.domain.com/landinpage1.html'); } else { header('Location: http://www.domain.com/landinpage2.html'); } ?>
php script: PHP: <?php $rand = rand(0,1); if($rand == 0) { header('Location: http://www.domain.com/landinpage1.html'); } else { header('Location: http://www.domain.com/landinpage2.html'); } ?>
bullet-ride minor internet superstar Jan 19, 2009 469 7 0 Apr 3, 2009 #8 Destro said: There's a WP plugin called LPJumper. here it is in action for $27: IANternet WP Test ONLY! Click to expand... monkeyman said: php script: PHP: <?php $rand = rand(0,1); if($rand == 0) { header('Location: http://www.domain.com/landinpage1.html'); } else { header('Location: http://www.domain.com/landinpage2.html'); } ?> Click to expand... Something more fancy. And specifically made for Wordpress.
Destro said: There's a WP plugin called LPJumper. here it is in action for $27: IANternet WP Test ONLY! Click to expand... monkeyman said: php script: PHP: <?php $rand = rand(0,1); if($rand == 0) { header('Location: http://www.domain.com/landinpage1.html'); } else { header('Location: http://www.domain.com/landinpage2.html'); } ?> Click to expand... Something more fancy. And specifically made for Wordpress.