Hey,
I'm trying to run the MFYU Password Generator from here:
https://github.com/Brunty/MFYU_Password_Generator ...unfortunately, it has an .htaccess file with some rewrites:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ public/ [L]
RewriteRule (.*) public/$1 [L]
</IfModule>
I tried adding the following to Hiawatha:
UrlToolkit {
ToolkitID = mfyu
Match ^$ Rewrite /public/ Return
Match (.*) Rewrite /public/$1 Return
}
...but it doesn't seem to be working. I know this has been covered many times, but I've been fighting with this for hours. What am I doing wrong?
Hiawatha version: 8.5
Operating System: Ubuntu LTS