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 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

Reply via email to