I got emails from users asking me why goCodes in their Wordpress did not work? GoCodes is a very useful wordpress plugIn and all IMers should know how to use it.

    99% of the times wht it did not work is that they forgot to add the following to their .htaccess file (under WordPress installation root):

    Code:

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

    Before the following lines:

    Code:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Trackback address for this post

    Trackback URL (right click and copy shortcut/link location)

    Feedback awaiting moderation

    This post has 37 feedbacks awaiting moderation...

    Leave a comment


    Your email address will not be revealed on this site.

    Your URL will be displayed.
    PoorExcellent
    (Line breaks become <br />)
    (Name, email & website)
    (Allow users to contact you through a message form (your email will not be revealed.)
    March 2010
    Sun Mon Tue Wed Thu Fri Sat
     << <   > >>
      1 2 3 4 5 6
    7 8 9 10 11 12 13
    14 15 16 17 18 19 20
    21 22 23 24 25 26 27
    28 29 30 31      

    Jeff's internet marketing blog

    Search

    XML Feeds

    powered by b2evolution