Buying Mod_Rewrite help to get around Worpress index.php directive

Discussion in 'Programming' started by Hostaff, Sep 13, 2010.

  1. #1
    I am using a new tool for inline link ads on my site which can be seen at this url:

    http://www.articlesfox.com/?s=facebook&x=0&y=0



    But the links inside the hover layers don't redirect properly which I think is due to the rewrite rules for Wordpress permalinks which redirects everything through index.php. So when you click on the "Twitter" marked links you see that WP messes up because of the rewrite. The facebook targeted link has a temporary fix with gocodes which is why it works.

    So what would be required is someone who can insert the mod_rewrite directives so that all these hover links work and don't get impeded by the "redirect everything through index.php" directive in the wordpress top level hierarchy.

    10$ for this would be reasonable I guess since a whizz can probably come up with this in a second. Obviously I'll have to test this so as to see if it doesn't have any unwanted side effects!
     
    Hostaff, Sep 13, 2010 IP
  2. koko5

    koko5 Active Member

    Messages:
    394
    Likes Received:
    14
    Best Answers:
    1
    Trophy Points:
    70
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Hello, Hostaff,

    In your /adintel/ directory put the following .htaccess
    
    RewriteEngine off
    
    Code (markup):
    Please, let me know the result.
    Regards :)
     
    koko5, Sep 13, 2010 IP
  3. Hostaff

    Hostaff Active Member

    Messages:
    107
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Isn'T working - I already tried that :|
     
    Hostaff, Sep 13, 2010 IP
  4. gapz101

    gapz101 Well-Known Member

    Messages:
    524
    Likes Received:
    8
    Best Answers:
    2
    Trophy Points:
    150
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    gapz101, Sep 14, 2010 IP
  5. Hostaff

    Hostaff Active Member

    Messages:
    107
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    well good point but when I do

    RewriteRule . /index.php [NE,L]
    Code (markup):
    which should take care of the encoding it changes nothing :confused:
     
    Hostaff, Sep 14, 2010 IP
  6. gapz101

    gapz101 Well-Known Member

    Messages:
    524
    Likes Received:
    8
    Best Answers:
    2
    Trophy Points:
    150
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    no, something is to be done on the script, maybe base64_encode it
     
    gapz101, Sep 14, 2010 IP