News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Zend Framework on a shared host
January 08, 2010 @ 14:51:14

In this new post to his blog Rob Allen looks at how to use a standard installation of the Zend Framework on a shared hosting environment.

When you deploy a Zend Framework website to a shared host, you usually cannot change the DocumentRoot to point at the public/ folder of the website. As a result the URL to the website is now http://www.example.com/public/. This doesn't look very professional, so we'd like to remove it. The easiest way, given a ZF project created using Zend_Tool.

In the index.php file you'll need to define a constant and an .htaccess file to route everything back to that index. You'll need to be aware of this change when working with files and can check in the front controller for that constant to reset the base path if needed (code example included).

0 comments voice your opinion now!
zendframework shared hosting tutorial


blog comments powered by Disqus

Similar Posts

SugarCRM Developers Blog: Enabling IMAP support under OS X Leopard

PHPBuilder.com: PHPUnit Fundamentals: Setting Up and Tearing Down a Doctrine 2 Database

The Shadow Fox Network: Building a Better Blog - Part 1 & 2

PHPMaster.com: Watermarking Images

DevShed: Accessing Attributes and Cloning Nodes with the DOM XML Extension in PHP 5


Community Events











Don't see your event here?
Let us know!


podcast conference framework introduction phpunit testing zendframework2 application development unittest community functional series release interview example language code tool opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework