News Feed
Jobs Feed
Sections




News Archive
Lorenzo Alberton's Blog:
Zend Framework, mod_rewrite and public dir in shared hosting
February 16, 2009 @ 11:16:06

Lorenzo Alberton has a quick tip for those dealing with Zend Framework applications and shared hosting:

The public directory contains all the files that should be directly accessible via the web server, so you must set your web server's document root to this directory. The problem is, in most shared hosting setups you can't change the document root. [...] To solve this problem without changing the above directory structure, you can remove the .htaccess file from the public directory, and place this one in the root directory instead.

His new .htaccess file makes use of the mod_rewrite Apache extension to force everything back into the bootstrap file for your application. You can find out more about setting up a Zend Framework application in their QuickStart guide.

0 comments voice your opinion now!
shared hosting zendframework application tutorial htaccess docroot


blog comments powered by Disqus

Similar Posts

PHPit.net: Using the CURL Library on PHP

DevShed: Working with the Email Class in Code Igniter

Padraic Brady's Blog: More OpenID (in PEAR and Refactoring)

Juozas Kaziukenas' Blog: PayPal payment with encryption

Zend Developer Zone: Extending Zend Server GUI – Data Cache Information


Community Events











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


framework development series tool zendframework2 testing functional example podcast object code conference database introduction composer release language opinion interview community

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