Hiawatha version: 7.4_1
Operating System: FreeBSD 8.2
Hi Hugo,
I have installed CodeIgniter 2.0.2 on my Hiawatha webserver. I've tried the examples in this
thread [www.hiawatha-webserver.org] and the example from the howto and all I got is a 404 page not found. Not sure what to do next...
My hiawatha.conf:
UrlToolkit {
ToolkitID = codeigniter
RequestURI exists Return
Match ^/(index\.php|images|robots\.txt) Return
Match .* Rewrite /index.php
}
VirtualHost {
Hostname = 192.168.1.100
WebsiteRoot = /usr/local/www/codeigniter
StartFile = index.php
AccessLogfile = /var/log/hiawatha/access.log
ErrorLogfile = /var/log/hiawatha/error.log
TimeForCGI = 5
UseFastCGI = PHP5
UseToolkit = codeigniter
ExecuteCGI = yes
# EnablePathInfo = yes
}
Cheers