Forum

toolkit rules for HTMLy on Hiawatha

Lampros
17 November 2015, 20:03
Hi there,

I've been trying to convert the following Nginx rewrites to Toolkit rules, but I can't get it right.

The main page of the blog loads but all the images are showing up as broken links.

Here's the developer's example [github.com] for both Nginx and Lighttpd (scroll down some)

Can someone more familiar with Toolkit rules please take a look and share the correct configuration ?

Thanks!
Hugo Leisink
18 November 2015, 14:26
I see these rules:
  RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [L]

The Hiawatha version of this rewrite rule is:
UrlToolkit {
ToolkitID = htmly
RequestURI exists Return
Match .* Rewrite /index.php
}
This topic has been closed.