Hiawatha version: 7.5
Operating System: Debian 6.0
Hi,
I was trying to add the following configuration to a .hiawatha file but the server gave a 500 internal server error
UrlToolkit {
ToolkitID = my_toolkit
RequestURI exists Return
Match /(.*)\?(.*) Rewrite /index.php?p=$1&$2
Match /(.*) Rewrite /index.php?p=$1
}
So this kind of options are only permitted on the main configuration file? also trying to add the StartFile option on the .hiawatha file produced a 500 error.
So in the case that a user without administration rights wants to add a custom url rewrite rule, would have to contact and adming to add it on the main configuration file?
Is there any documentation on which configuration options are permitted on the .hiawatha file?
Also cant I declare UseFastCGI when using an alias?
Thanks in advance and best regards! (this software rocks - using it on my sheevaplug that now can breath after disabling apache2)