Menu

Tree [r1] /
 History

HTTPS access


File Date Author Commit
 demo site 2009-03-06 mattiasbomelin [r1] First commit
 system 2009-03-06 mattiasbomelin [r1] First commit
 README 2009-03-06 mattiasbomelin [r1] First commit
 kontiki.sql 2009-03-06 mattiasbomelin [r1] First commit

Read Me

Installing the demo site.

1. Import the kontilint.sql file.
2. Go through the demo site/config/* files
3. Modify SYSTEM_PATH in demo site/index.php.
4. Add the following rewrites in your vhost.

        <Location />
                RewriteEngine On
                RewriteCond %{REQUEST_URI} !^\/(index\.php|images|css|cache|flash|images|js|static|admin\/js|edit\_stage\/upload|admin\/css)
                RewriteCond %{REQUEST_URI} !\.(css|gif|jpg|png|js)$
                RewriteRule ^(.*)$ /index.php/$1 [L]
        </Location>