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

NETTUTS.com: Kohana: The Swift PHP Framework

PHP in Action: Get links with XPath

IBM developerWorks: Build Ajax-based Web sites with PHP

EasyPHPWebsites.com: Gluing jQuery and PHP Together with JSON

Nessa's Blog: Using an .htaccess with PHP Compiled as CGI


Community Events











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


phpunit opinion introduction example symfony2 testing language zendframework2 database podcast community conference usergroup framework series release functional rest development interview

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