Gallery 3 on Hiawatha 8.8 server

rockedge
rockedge's picture

Joined: 2012-04-13
Posts: 4
Posted: Mon, 2013-03-11 17:31

Can anyone give any insight on how to modify or config Gallery 3 to run on a Hiawatha 8.8 Server with PHP 5.4.7 and MySQL 5.5.27? I need help with a possible set of URLToolKit URL re write rules. Any help would be appreciated. The OS is Lucid Puppy Linux 5.2.8.005.

Thanks.

 
Ranger187
Ranger187's picture

Joined: 2005-12-02
Posts: 204
Posted: Tue, 2013-03-12 00:01

Try and post any errors or logs you have with the issues. I never even heard of that OS.

http://www.hiawatha-webserver.org/support <--- Have you tried that?

=======
Windows Install Guide

 
rockedge
rockedge's picture

Joined: 2012-04-13
Posts: 4
Posted: Tue, 2013-03-12 02:29

Yes I have used the Hiawatha Docs and have looked into this for a couple of days to no avail. I have had great success running G3 on Puppy Linux OS using various versions of XAMPP latest using XAMPP 1.8.1 Apache PHP/MySQL.http://puppylinux.org/main/Download%20Latest%20Release.htm
I think it is a URL problem or a base url config maybe. The site does not display correctly and the links (ex. Login), produce a 404 Not Found Error.
here is my re-write as a Hiawatha URLToolKit so far and I have modified the /application/config.php as described in the Hiawatha docs for Kohona rewrite rules. so far nothing but frustration.

UrlToolkit {
    ToolkitID = kohana
    Match ^/(application|modules|system) DenyAccess
    RequestURI exists Return
    Match ^/(.*) Rewrite /index.php?kohana_uri=$1
}

it seems close to working.....
[img]http://rockedge.org/images/image-5.png[/img]

 
Ranger187
Ranger187's picture

Joined: 2005-12-02
Posts: 204
Posted: Wed, 2013-03-13 23:35

Hopefully someone familiar with *ix system can help you out. I'm only good on the Windows platform (IIS).

I never had to deal with rewrite so I'm of no help here.

=======
Windows Install Guide