Hiawatha version: latest for win
Operating System: win7
I have different folders inside the wwwroot and I am used to being able to set rewriterules in the .htaccess file,
now I have successfully managed to create a .hiawatha file in one of the folders and put in it a custom StartFile
like StartFile = hello.html
I started trying to put in rewriterules, after looking at examples on this forum and the faq etc, so I tried putting the
rewriterules in the .hiawatha file, but then I just got errors, the error.log says the syntax is wrong in the line where it starts..
So the only way I managed to make it work is if I set a virtual host and a urltoolkit with rewrite, in the hiawatha.conf file.
So is this correct, that rewrites cannot be done per folder, and for every time I want to change a rule, I have to restart the server?
Please tell me it is possible to make custom rewrites per folder, like in the .hiawatha file, without restarting the server
I really hope I just got something wrong, and that it should work if done correctly