Setting up Zend Framework

When setting up Zend Frameworks in your hosting account be sure to upload your frameworks folder into your public_html folder. 

Edit the php.ini and change the following line to match your user account:

ini_set("include_path", ini_get("include_path"). ":/home/yourusername/public_html/frameworks");

Save the file and upload the php.ini to the same folder in which the script or flash file you are using requires the path to be set.

You are all set!
  • 164 Users Found This Useful

Was this answer helpful?

Related Articles

What perl modules are installed on the server?

You can get a complete list of the modules that are installed by going to the control panel and...

How to create a temporary 302 redirect via htaccess

An easy way to create a temporary redirect from one page to another web page is to use the 302...

Set CORS header to Allow Access for any Incoming Domain

The following may be used to set to always set the CORS header for any incoming domains without...

Creating and Submitting a Google Sitemap

Creating a Google sitemap can be easy and beneficial. By using one, you are pushing a full list...

Can I setup SSL on my account?

Yes, you can purchase a secure certificate through us so you can use SSL. You can also give us...