Forum

Another url toolkit information

Steve
28 September 2010, 17:03
Hi Hugo,
at first a big thank you to your project I really love it.
The Setup is really fast for me after some testing.
Thanks for the nice project and I hope there
will be some Webhosters in the future using
Hiawatha, too.
I am using Hiawatha version: 7.3
on Operating System: Debian Lenny 64bit & Ubuntu 10.04 LTS 64Bit
and it works absolutely fine for me!

Some questions on the url toolkit are still left for me,
maybe you can help me with another url toolkit information?
For rewriting as in here:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php?path=$1&%{QUERY_STRING} [L]
I have not found a working solution.
Thanks for your help.
Keep it up.
Steve
Hugo Leisink
28 September 2010, 19:10
What you are looking for is this:
UrlToolkit {
ToolkitID = rule
RequestURI exists Return
Match /(.*)\?(.*) /index.php?path=$1&$2
Match /(.*) /index.php?path=$1
}
Steve
29 September 2010, 09:22
Thank You, solved.

Tested with the jCore multisite cms which I tried out from http://jcore.net/.
All works fine now, thank You very much for your fast help and the best
wishes for your project in the future.
You can add these lines to your HOWTO: URL rewrite rules

jCore

Use the following configuration for your jCore websites:
UrlToolkit {
ToolkitID = jCore
RequestURI exists Return
Match /(.*)\?(.*) Rewrite /index.php?path=$1&$2
Match /(.*) Rewrite /index.php?path=$1
}
Hugo Leisink
8 October 2010, 08:33
Added it to the HOWTO page. Thanks.
This topic has been closed.