Hello,
A few weeks ago, Hugo kindly help me to convert my Nginx rule to Hiawatha rule to get my WordPress multisite working
UrlToolkit {
ToolkitID = multiwp
Call scannerblocker
Match ^/index\.php$ Return
Match ^/([_0-9a-zA-Z-]+/)?wp-admin$ Redirect /$1wp-admin/
RequestURI exists Return
Match ^/([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) Rewrite /$2
Match ^/([_0-9a-zA-Z-]+/)?(.*\.php)$ Rewrite /$2
Match .* Rewrite /index.php
}
with the code above, I can access my WordPress admin area for my site but when I try to add a theme for example, firefox keep giving me a
The connection was reset error message.
When I look at the error log file, for that website, I have nothing in the log that can help.
Hiawatha was install from FreeBSD port and I thing this is why I don't get much details but i'm not sure.
Could anyone help me or if anyone as a worpress multisite using subdirectory, could you please share the config file
Thank you all in advance
Hiawatha version: FreeBSD10
Operating System: 9.8