In both blogs, when I try to load a plugin documentation from the plugin configuration, I will be leaded to my blog index page. But when I click on the changelog link in the plugin configuration, I see the changelog.
This link works:
- Code: Select all
http://grischa.scorpius.uberspace.de/blog/plugins/serendipity_event_spamblock_bayes/ChangeLog
This will show my blogs index page
- Code: Select all
http://grischa.scorpius.uberspace.de/blog/plugins/serendipity_event_spamblock_bayes/documentation_de.html
As i am very sure, that this worked "before" (but I can't remember when I tried this last): Does anybody know, what might be the reason for this? And was something changed there in s9y 1.6?
I thought perhaps the external plugin permalink could be the reason. It is "plugin" and not "plugins", but I even changed that to "extern" w/o change of the problem.
Setting it back produces this htaccess entry btw:
- Code: Select all
RewriteRule ^(plugin|plugin)/(.*) index.php?url=$1/$2 [L,QSA]
(plugin|plugin)
