Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter herby007

    (@herby007)

    Edit: I think, it has something to do with the “rewrite rules”. This rules are in .htaccess. But till know my blog didn’t need a .htaccess and such rules – permalinks worked fine!
    But in on the authors site there are the rules:
    —–
    RewriteRule ^recent-links/feed?/?$ wp-recent-links-rss2.php [QSA]
    RewriteRule ^recent-links?/?$ wp-recent-links.php [QSA]
    RewriteRule ^recent-links/([0-9]{4})?/?([0-9]{1,2})?/?$ wp-recent-links.php?y=$1&m=$2 [QSA]
    —-

    So I made a .htaccess in the root with this content and above the two lines
    RewriteEngine On
    RewriteBase /

    What can I do else?

    I have had the same issue with Rebel Pixels plugin in addition to another slightly less troubling problem.

    I have contacted the developer and he advises me there is a problem in how the plugin works with WP ver 1.5.2

    I have been told by him he is working a solution and to check his website in the next few days for an updated version of the plugin.

    PS. Not to throw stones or anything of the sort. But this is an example why it is best when having a problem with a plugin to go to the source rather than here. Many times, not always, this will give you the solution you seek.

    Thread Starter herby007

    (@herby007)

    You are right ??

    Anyway: Thank you very much for your answer!!!

    Herby007:

    Were you able to get a solution for your problem? I’m having the exact same problem for WP version 2.0.x with version 2.08 of Recent-Links.

    Please ignore my post. I browsed to my archive page this morning and it all works fine. I downloaded my .htaccess file and now I see that the rewrite code has been inserted. I’m not sure why it didn’t insert the code yesterday.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘recent links – archive error’ is closed to new replies.