Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 01-03-2009, 01:20 PM   #1
e-Consultant
War Room Member
 
Join Date: Oct 2008
Location: Loutraki, Greece
Posts: 13
Thanks: 9
Thanked 0 Times in 0 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via AIM to dianysma Send a message via MSN to dianysma Send a message via Yahoo to dianysma Send a message via Skype™ to dianysma
Default Can't configure GoCodes Plugin with WP 2.7

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
dianysma is offline   Reply With Quote
Old 01-03-2009, 01:39 PM   #2
Senior Warrior Member
War Room Member
 
allenjohn's Avatar
 
Join Date: Nov 2008
Posts: 1,459
Thanks: 119
Thanked 120 Times in 104 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: Can't configure GoCodes Plugin with WP 2.7

Hi,

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

HNY 2u2, Allen

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
allenjohn is offline   Reply With Quote
Old 01-11-2009, 07:06 AM   #3
Advanced Warrior
War Room Member
 
Mrs S's Avatar
 
Join Date: Oct 2008
Posts: 522
Thanks: 124
Thanked 84 Times in 63 Posts
Default Re: Can't configure GoCodes Plugin with WP 2.7

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

Penthesilea: The best Wordpress theme for building Amazon review sites... well it works for me anyway ;) Oh and I'll fill you in on my own personal making money with Amazon strategy too!
Mrs S is offline   Reply With Quote
Old 01-25-2009, 09:28 AM   #4
HyperActive Warrior
War Room Member
 
Join Date: Jan 2008
Location: , , Canada.
Posts: 132
Thanks: 42
Thanked 4 Times in 4 Posts
Default Re: Can't configure GoCodes Plugin with WP 2.7

Quote:
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.

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

FREE Mini Site Templates, Premium Wordpress Themes And List Building PLR Reports
Mickey Janzen is offline   Reply With Quote
Old 01-25-2009, 10:12 AM   #5
BadMotherShutYourMouth
War Room Member
 
Keith Kogane's Avatar
 
Join Date: Jun 2008
Location: The South, USA.
Posts: 686
Thanks: 75
Thanked 845 Times in 161 Posts
Default Re: Can't configure GoCodes Plugin with WP 2.7

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.

Keith Kogane is offline   Reply With Quote
Old 01-25-2009, 10:34 AM   #6
HyperActive Warrior
War Room Member
 
Join Date: Jan 2008
Location: , , Canada.
Posts: 132
Thanks: 42
Thanked 4 Times in 4 Posts
Default Re: Can't configure GoCodes Plugin with WP 2.7

Quote:
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?

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

FREE Mini Site Templates, Premium Wordpress Themes And List Building PLR Reports
Mickey Janzen is offline   Reply With Quote
Old 01-25-2009, 10:49 AM   #7
BadMotherShutYourMouth
War Room Member
 
Keith Kogane's Avatar
 
Join Date: Jun 2008
Location: The South, USA.
Posts: 686
Thanks: 75
Thanked 845 Times in 161 Posts
Default Re: Can't configure GoCodes Plugin with WP 2.7

Quote:
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!

Keith Kogane is offline   Reply With Quote
Old 01-25-2009, 12:40 PM   #8
Cranky Old Bald Guy
War Room Member
 
Thomas Wilkinson's Avatar
 
Join Date: Dec 2007
Location: Florida , USA.
Posts: 459
Thanks: 300
Thanked 280 Times in 177 Posts
Social Networking View Member's FaceBook Profile 
Default Re: Can't configure GoCodes Plugin with WP 2.7

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

When you hear someone telling you what YOU can't do, they are usually talking about what THEY can't do.
Thomas Wilkinson is offline   Reply With Quote
Old 01-25-2009, 01:38 PM   #9
HyperActive Warrior
War Room Member
 
Join Date: Jan 2008
Location: , , Canada.
Posts: 132
Thanks: 42
Thanked 4 Times in 4 Posts
Default Re: Can't configure GoCodes Plugin with WP 2.7

Quote:
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”.

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

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.

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

FREE Mini Site Templates, Premium Wordpress Themes And List Building PLR Reports
Mickey Janzen is offline   Reply With Quote
Old 02-14-2009, 11:52 PM   #10
HyperActive Warrior
 
Jim Guererro's Avatar
 
Join Date: Jul 2007
Location: United States
Posts: 108
Thanks: 6
Thanked 11 Times in 11 Posts
Default Re: Can't configure GoCodes Plugin with WP 2.7

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
Jim Guererro is offline   Reply With Quote
Old 02-23-2009, 11:00 PM   #11
Kevin Wilson
War Room Member
 
kevinw1's Avatar
 
Join Date: May 2007
Location: BC, Canada.
Posts: 539
Thanks: 175
Thanked 74 Times in 62 Posts
Contact Info
Send a message via Skype™ to kevinw1
Default Re: Can't configure GoCodes Plugin with WP 2.7

Jim, you have to tell wp-o-matic to replace the keywords you want to get linked, with the gocodes link.

Kevin

kevinw1 is online now   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
configure, gocodes, plugin, wordpress plugin

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 12:27 PM.