Our blog

 

1and1 has GUI Unzip Functionality

When deploying a web application based on a framework like Zend Framework, it can be a bit of a pain to get all the framework files onto the server if you don’t have SSH access.

Thankfully it looks like the 1and1 webspace explorer GUI file access system can handle zipping and unzipping files.

Nice :-)

More Reading:

4 Comments

Nathan Whitworth
February 6th, 2009

Hi,

You mention in this post deploying Zend Framework on 1&1. How did you manage to do this?

I’ve been trying on and off for weeks now and cannot figure out how the .htaccess file is working. In the end I have to buy hosting with another provider just to run a website I wrote in ZF.

Cheers,

Nathan

 

admin
February 6th, 2009

Hi Nathan

It was easy enough.

You need to set the following in your htaccess file to get it running as PHP5

CODE:
  1. AddType x-mapp-php5 .php
  2. AddHandler x-mapp-php5 .php

After that my only problem was getting all the files up there, but the GUI unzip thing was a godsend for that.

 

admin
February 9th, 2009

just noticed Cpanel also extracts files via its file manager - just unpacked a tarball of the ZF library on a client site..

 

[...] 1and1 has GUI Unzip Functionality | Edmonds Commerce BlogZend Pagination example « Zend FrameworkDarky’s Blog » Blog Archive » Zend Framework, [...]

 

 

Leave a Reply