Forum

URL Rewrite issue

Michael David
8 June 2013, 19:21
Hi folks,

First my heartfelt thanks to Hugo for this gem of a web server.

I have a bit of a problem on my word press site:

For URL tookit, I use this:
UrlToolkit {
ToolkitID = Wordpress
RequestURI exists Return
Match .* Rewrite /index.php
}

You can see my site at http://technichristian.net/

The page numbers at the bottom work as they should - normally.'

However, if a search term has multiple pages of results, for e.g.

http://www.technichristian.net//?s=Psalm

cliking on any other page number except 1, brings up my home page instead of the specific result page.

How do I solve this?

Other than this, absolutely ZERO problems.

Michael



Hiawatha version: 9.1
Operating System: Ubuntu 13
Hugo Leisink
8 June 2013, 19:45
Try this one:
UrlToolkit {
ToolkitID = Wordpress
RequestURI exists Return
Match .*\?(.*) Rewrite /index.php?$1
Match .* Rewrite /index.php
}


Btw, I looked at your site but it seems to work fine. Already found the solution yourself?
Michael David
8 June 2013, 19:55
Huge thanks to you Hugo. That is brilliant.

Solved my issue.

Am a happy camper :-)

God bless.
Michael
This topic has been closed.