Looking for someone to correct my permalinks

8 replies
  • WEB DESIGN
  • |
I'm at my wits end with an ongoing issue, with one of my blogs. My permalinks were set to default and I attempted to change them.... Let's just say I had to revert them back to the original settings.

so then I set them to /index.php/%postname%/....

Now, I purchased ninja affiliate and I cant get the plugin to work....

Can anyone help me with this

Curtez
#correct #permalinks
  • Profile picture of the author newmoon
    hello,
    can you kindly explain what is the problem. "I cant get the plugin to work.." does not provide enough information to us for helping you.

    thanks
    {{ DiscussionBoard.errors[2156212].message }}
    • Profile picture of the author Curtez Riggs
      Originally Posted by newmoon View Post

      hello,
      can you kindly explain what is the problem. "I cant get the plugin to work.." does not provide enough information to us for helping you.

      thanks
      My apologies, I have properly installed the program. I have correctly added the redirect. Just like the gocodes plugin, I am now receiving 404 errors when I click the redirected link. I have searched around and I think its because of the how my permalinks are set.... /index.php/%postname%/....

      would need someone to remove the /index and edit the htaaccess....

      willing to pay for immediate assistance
      {{ DiscussionBoard.errors[2156228].message }}
  • Profile picture of the author Leslie B
    you should remove /index.php/ from your permalinks. Just put in /%postname%/ I think that's what is messinge everything up without knowing more.

    Leslie
    Signature
    Taking it one day at a time!
    {{ DiscussionBoard.errors[2156395].message }}
  • Profile picture of the author Curtez Riggs
    Leslie, ty for the response. I have used every variation that I know of for the permalinks. The only thing that has worked has been the default and by adding the index prefix. I get an htaccess error when I remove the index

    Curtez
    {{ DiscussionBoard.errors[2156420].message }}
  • Profile picture of the author Leslie B
    Then it sounds like you have a problem with your .htaccess. I can't give more information without seeing it myself. If you want you can pm me your site and I'll take a look.

    Leslie
    Signature
    Taking it one day at a time!
    {{ DiscussionBoard.errors[2156435].message }}
    • Profile picture of the author Aussie Dazzler
      Hi I had a similar issue not long ago.

      Not sure what was causing the problem, but once I edited the .htaccess file with the below code, everything was great.

      its that index.php part of it that plays up.

      Thats if I understand your problem correctly,

      Any way here is the code I used.

      # BEGIN WordPress

      <IfModule mod_rewrite.c>
      ErrorDocument 404 /index.php?error=404
      RewriteEngine On
      RewriteBase /
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule . /index.php [L]
      </IfModule>

      # END WordPress

      Hope that helps.
      {{ DiscussionBoard.errors[2159224].message }}
      • Profile picture of the author Curtez Riggs
        Originally Posted by bobbyd67 View Post

        Hi I had a similar issue not long ago.

        Not sure what was causing the problem, but once I edited the .htaccess file with the below code, everything was great.

        its that index.php part of it that plays up.

        Thats if I understand your problem correctly,

        Any way here is the code I used.

        # BEGIN WordPress

        <IfModule mod_rewrite.c>
        ErrorDocument 404 /index.php?error=404
        RewriteEngine On
        RewriteBase /
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule . /index.php [L]
        </IfModule>

        # END WordPress

        Hope that helps.
        Bobby

        ty for the response. I was able to figure it out. I needed to edit my hta access, by adding something similar to what u posted
        {{ DiscussionBoard.errors[2159470].message }}

Trending Topics