Forum

Lithium Framework

sLn
25 July 2011, 19:51
Hugo,

Know of anyone using the Lithium Framework with Hiawatha? A Google search brought up no results. I would love to use Lithium for my next big project, however, a little scared about getting it to run in my production environment I set up with Hiawatha. Mostly because of the lack of docs out there on the subject. I figure a web server is a web server and it should work, but before I get my hands dirty with sandboxing my own test env I thought I would ask if you've got any steps to getting the framework up on Hiawatha. Rewrite rules would be awesome too!

Hiawatha version: 7.5
Operating System: Ubuntu Server 11.04
Hugo Leisink
25 July 2011, 23:46
According to the Litium Framework website, the rewrite rule looks simple. The Hiawatha version should be like this:
VirtualHost {
...
UseToolkit = lithium
}

UrlToolkit {
ToolkitID = lithium
RequestURI exists Return
Match ^/favicon.ico$ Return
Match ^/(.*)$ Rewrite /index.php?url=$1
}


Please note that I typed this reply after a long evening while having some drinks with my friends. There could be some errors in it
This topic has been closed.