Category: programming

    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>
    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

    blogging tool