After playing with redir-rules ( and this wont work on 1&1 hosting) I rolled all changes back. But now the feedburner URLs to any post wont work now and go to the startpage. With httpfox I found the difference:
Normal url:
Code: Select all
GET /index.php?/archives/363-La-Rose-Falaffel-wie-in-Damaskus.html HTTP/1.1
Url from feedburner:
Code: Select all
GET /index.php?%2Farchives%2F363-La-Rose-Falaffel-wie-in-Damaskus.html HTTP/1.1
Ok, s9y dont match the url params for /archives/. A simple fix to change the regex for finding the pattern /archives/<id>_blabla.html but I did not found the code line. Other option would be to force s9y to decode the "%2F". The workaround with RewiteRule wont work because the 1&1 hosting apache rules are corrupt.
Test resource:
http://mittagstisch-ka.de/
- search with google: correct urls
- get article urls via rss (feedburner): "%2F"-corrupt urls
Thanx.