that is great! we are happy to have you in the family! On Sun, Dec 19, 2010 at 1:01 PM, slanteigne <[email protected]> wrote: > On 12/18/2010 08:25 AM, rg1024 wrote: >> have .htaccess in your /var/www/aiki (or other similar directory) ? >> > Yup I have it as created by the installer. > > Looks like this. > > Options +FollowSymLinks > RewriteEngine on > RewriteBase /aiki/ > RewriteRule ^image/(.*)px/(.*)/(.*) > assets/apps/image_viewer.php?id=$3&size=$1&mode=$2 > RewriteRule ^image/(.*)px/(.*) assets/apps/image_viewer.php?id=$2&size=$1 > RewriteRule ^image/(.*) assets/apps/image_viewer.php?id=$1 > RewriteCond %{REQUEST_FILENAME} !-d > RewriteCond %{REQUEST_FILENAME} !-f > RewriteCond %{SCRIPT_FILENAME} !-d > RewriteCond %{SCRIPT_FILENAME} !-f > RewriteRule ^(.*)$ index.php?pretty=$1 [L,QSA] > > Seb. > > -- > You received this bug notification because you are subscribed to > aikiframework. > https://bugs.launchpad.net/bugs/691333 > > Title: > Cannot install from download >
-- Jon Phillips http://rejon.org/ http://fabricatorz.com/ chat/skype: kidproto | irc: rejon +1.415.830.3884 (sf/global) +86.187.1003.9974 (china) +65.8330.5807 (singapore) -- You received this bug notification because you are a member of Aiki Framework Admins, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/691333 Title: Cannot install from download Status in Aiki Framework: Fix Released Bug description: The framework cannot be install. When downloaded from http://aikiframework.org the content of the download file is not as expected for a php framework and impossible to install for most users. The only content that should be in the download is the content of the /src folder found in the current download minus the make files. _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp

