Can't configure GoCodes Plugin with WP 2.7

10 replies
Hello Fellow Warriors !

HAPPY NEW YEAR to all of you.

My problem is, I've successfully installed the GOCODES (URL redirection) plugin to my WP2.7 blog, but I can't manage it so I can load it with my Affiliate Links and have it cloak them.

Anyone who can help me overcome this problem?

Thank you !

Sophia
#configure #gocodes #plugin #wordpress plugin
  • Profile picture of the author allenjohn
    Hi,

    Quick guess = .htaccess . Have you made the changes there?

    HNY 2u2, Allen
    Signature

    Make Money with Niche Blogs Auto Profit - Let us build YOUR auto blogging empire for you. BUY BACK GUARANTEE for Gold Orders! FAQ - NEW! - One Way Link Building Service

    {{ DiscussionBoard.errors[384697].message }}
    • Profile picture of the author Mrs S
      I assume you've figured this out by now but here's the code just in case.

      Place the following code in your .htaccess file, above the line that says "# BEGIN WordPress":

      RewriteEngine On
      RewriteRule ^go/([A-Za-z0-9]+)/?$ /index.php?gocode=$1 [L,R]

      This example assumes your blog is located at the root of your domain. If your blog is located at yourdomain.com/blog/, then you should change "/index.php" to "/blog/index.php".
      {{ DiscussionBoard.errors[411441].message }}
      • Profile picture of the author Mickey Janzen
        Originally Posted by Mrs S View Post

        I assume you've figured this out by now but here's the code just in case.

        Place the following code in your .htaccess file, above the line that says "# BEGIN WordPress":

        RewriteEngine On
        RewriteRule ^go/([A-Za-z0-9]+)/?$ /index.php?gocode=$1 [L,R]

        This example assumes your blog is located at the root of your domain. If your blog is located at yourdomain.com/blog/, then you should change "/index.php" to "/blog/index.php".
        Is this bit necessary?

        I ask because I haven't a clue as to what and where the .htaccess file is.

        Any help is very much appreciated.
        Signature

        "And in the end, it's not the years in your life that count. It's the life in your years." ~ Abraham Lincoln

        Want 1000's of PLR Products for only $1?

        {{ DiscussionBoard.errors[456082].message }}
  • Profile picture of the author Keith Kogane
    Yes it's necessary. Depending on how your host is configured, you might not see the .htaccess file. If it's not in your blog's root directory, try changing your permalink structure, as this will usually create one if it's not there already. Note, you should probably do this anyway - I like to do "mydomain.com/%category%/%postname%"

    So anyway, yes - the .htaccess part is REQUIRED for GoCodes to work.
    {{ DiscussionBoard.errors[456198].message }}
    • Profile picture of the author Mickey Janzen
      Originally Posted by Keith Kogane View Post

      Yes it's necessary. Depending on how your host is configured, you might not see the .htaccess file. If it's not in your blog's root directory, try changing your permalink structure, as this will usually create one if it's not there already. Note, you should probably do this anyway - I like to do "mydomain.com/%category%/%postname%"

      So anyway, yes - the .htaccess part is REQUIRED for GoCodes to work.
      Thank you, Keith.

      Where and how would I make these changes?
      Signature

      "And in the end, it's not the years in your life that count. It's the life in your years." ~ Abraham Lincoln

      Want 1000's of PLR Products for only $1?

      {{ DiscussionBoard.errors[456264].message }}
      • Profile picture of the author Keith Kogane
        Originally Posted by Mickey Janzen View Post

        Thank you, Keith.

        Where and how would I make these changes?
        I'm not saying this to be sarcastic or anything, but RTFM. It's under Settings > Permalinks and it's one of the basic settings of Wordpress.

        Learn the ins and outs of Wordpress on the wordpress.org site and your blogging efforts will be greatly improved.

        That's my advice to anyone - Wordpress is very robust and very well documented. You don't need some marketing guy to teach you to use it - try the free instructions first!
        {{ DiscussionBoard.errors[456306].message }}
        • Profile picture of the author Mickey Janzen
          Originally Posted by Keith Kogane View Post

          I'm not saying this to be sarcastic or anything, but RTFM. It's under Settings > Permalinks and it's one of the basic settings of Wordpress.

          Learn the ins and outs of Wordpress on the wordpress.org site and your blogging efforts will be greatly improved.

          That's my advice to anyone - Wordpress is very robust and very well documented. You don't need some marketing guy to teach you to use it - try the free instructions first!
          What's RTFM?

          I do appreciate the help. I can't tell you how many hours/days I've spent on
          learning the different uses for Wordpress. There's always a new tool or improvement and it can take me days sometimes to figure it out. For a non-techie (is that a word?) like me, the instructions that accompany the tools are often vague and unclear, especially for the inexperienced like myself.

          If I don't ask questions, I don't learn. I'm very thankful that most Warriors are kind and helpful.

          Example:

          Installation For Gocodes Plugin

          1. Download the GoCodes plugin
          (done)

          2. FTP the entire "gocodes" directory to your plugins folder (/wp-content/plugins/). (I now know what FTP means but still can't do it - I end up ruining everything on my site, thank God for HostGator)

          3. Activate the plugin on the "Plugins" tab of the administration panel. (done)

          4. Place the following code in your .htaccess file, above the line that says "# BEGIN WordPress":
          RewriteEngine On
          RewriteRule ^go/([A-Za-z0-9]+)/?$ /index.php?gocode=$1 [L,R]
          This example assumes your blog is located at the root of your domain. If your blog is located at yourdomain.com/blog/, then you should change "/index.php" to "/blog/index.php".

          (:confused: What and where is this .htaccess file? And this, "/index.php" to "/blog/index.php" just adds more confusion. :confused:

          5. Add some GoCodes via the menu added to the Manage tab.
          ( I've done this after spending time searching for what the redirection key is. I hope I guessed correctly.
          Signature

          "And in the end, it's not the years in your life that count. It's the life in your years." ~ Abraham Lincoln

          Want 1000's of PLR Products for only $1?

          {{ DiscussionBoard.errors[456790].message }}
          • Profile picture of the author Jim Guererro
            I don't mean to hijack this thread but I'm in the same boat in not knowing what's going on.

            Yes I configured GoCodes properly by modifying the htaccess file with the proper code in the proper place.

            I added my redirects in the go codes table. So now when I put in my browser
            http://www.mydomain.com/go/keyword it goes to my affiliate program. That works but when I fetch my feeds defined in the wp-o-matic plugin there are no hyperlinks associated with the keyword?

            For sure I have overlooked something but I don't know what. Keith, if you could put me in a direction that I can research I certainly would appreciate it.

            thanks,
            Jim
            Signature
            {{ DiscussionBoard.errors[518179].message }}
  • Profile picture of the author Thomas Wilkinson
    If I can learn this then most anyone can. Its only about 10%
    as difficult as I thought it was gonna be. Just do it.
    (and RTFM)

    Tom
    Signature
    When you hear someone telling you what YOU can't do, they are usually talking about what THEY can't do.
    {{ DiscussionBoard.errors[456623].message }}
  • Profile picture of the author kevinw1
    Jim, you have to tell wp-o-matic to replace the keywords you want to get linked, with the gocodes link.

    Kevin
    {{ DiscussionBoard.errors[547445].message }}

Trending Topics