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

Create a 410 Redirect for Missing Files

A redirect which is often forgot about is the 410 redirect. This is search engine friendly in the...

Error 404 - File Not Found

Files are case sensitive. Make sure you are typing the address in correctly. Verify that the...

Cross Origin Request Error

When receiving a cross-origin / cross original request, CORS header 'Access-Control-Allow-Origin'...

Redirect http to https and www

To forward a website to use both www. and https:// use the following in an .htaccess file:...

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