Aruba and wordpress
Aruba allows, using its admin panel (admin.yousite.com), to install cms and blog platforms using a nice wizard.
BUT the root isn’t allowed.
I also got a problem showing images due to a wrong absolute URL creation.
The worst problem is that automatic update throws two warnings about gzip.
A Common solution is to upload the extracted folders of the new/updated wordpress package using ftp BUT it’s not my case: my BUGGY Belkin router modem has problem with ftp so i have to find a solution:
1) download wordpress (zip version) and rename to wordpress.zip
2) go to your Aruba admin site
3) go to ftp manager
4) upload to the root folder your zip
5) download this library pclzip (http://www.phpconcept.net/pclzip/index.en.php) and upload the php file to the root
6) create using the same manager a php file, i used extract.php
7) edit using the edit button in the file manager
write this code:
<?php require_once('pclzip.lib.php'); $archive = new PclZip('wordpress.zip'); if ($archive->extract() == 0) { die("Errors: ".$archive->errorInfo(true)); } else echo "done"; ?>
9) Save and Open the URL that corresponds to extract.php you should get a simple white page with the “done” message.
10) use admin utility in the Aruba tools area called “repair permissions“
11) edit if needed wp-settings if is your first installation
12) have fun.
![[Google]]( http://www.leganza.it/wordpress/wp-content/plugins/easy-adsenser/google-light.gif)

Are you a manga designer? Why don’t help me develop iPhone applications?