New Posts
Welcome guest, is this your first visit?
  • Login:
Online Forum Challenge
+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 11 of 11
  1. #11
    Member
    My Status
     

    Add as a friend
    Join Date
    Dec 2008
    Location
    .
    Posts
    42
    Feedback Score
    2 (100%)

    Default

    Glad you got it resolved, but if you need a more easier solution or if other members might be interested.

    Create a go.php file and add the following code:
    PHP Code:
    <?php
    $link
    ['pokerstars'] = "http://www.pokerstars.com";
    $link['ladbrokes'] = "http://www.ladbrokes.com";

    $site str_replace(array(" ",",",".","%"),"",$_GET['go']);
    header("Location: ".$link[$site]."");
    ?>
    working: xyz.com/go.php?go=pokerroom

    This htaccess mod rewrite would make it accessible through xyz.com/go/pokerroom.php

    RewriteEngine On
    RewriteRule ^go/([^/]*)\.php$ /go.php?go=$1 [L]


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. "Visit Now" tables in the middle of articles. How?
    By wjb316 in forum Wordpress - Web Design - Coding - Technical
    Replies: 21
    Last Post: 07-28-2009, 03:19 PM
  2. Top Sites You Visit Throughout The Day
    By Jeremy in forum General Poker Affiliate Forum
    Replies: 19
    Last Post: 04-25-2009, 12:17 AM
  3. Is there any affiliate links plugin for WP?
    By MAC in forum Wordpress - Web Design - Coding - Technical
    Replies: 0
    Last Post: 01-21-2009, 02:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Powered by vBulletin® Version 4.1.5
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0
Affiliate Program Consultant