View Single Post
Old 09-30-2013, 06:02 PM   #636
SirMossi
Junior Member
SirMossi began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Sep 2013
Device: Sony PRS T2
Now I've fixed the problem.

Because Moon+ Reader is sending the URL /stanza/search/expression I need a RewriteRule to the feed.php syntax.

The rule looks like the following:
Code:
RewriteRule ^/stanza/search/(.*) /feed.php?query=$1 [R]
With this rule in the configuration I could now use the search.
SirMossi is offline   Reply With Quote