Forum

Directory usage in Hiawatha 10.3

Fred
11 November 2016, 15:29
Hi Hugo,

On the latest version of Hiawatha, does the code below remain in the toolkit.conf or does it move to the directory?
UrlToolkit {
ToolkitID = wordpress
RequestURI exists Return
Match [^?]*(\?.*)? Rewrite /index.php$1
}

UrlToolkit {
ToolkitID = my_website
Match ^/directory1/ DenyAccess
Match ^/directory2/ DenyAccess
Call wordpress
}

VirtualHost {
...
UseToolkit = my_website
}
Hugo Leisink
12 November 2016, 11:58
The configuration above looks ok. I don't understand what you are asking...
This topic has been closed.