用于在1and1上载Zend Framework项目的.htaccess文件

时间:2010-10-26 17:08:44

标签: zend-framework .htaccess web-hosting

我遇到的问题是我试图将Zend Framework Web应用程序放到网上,虽然它在我的localhost上完美运行,但它在网上有很多错误。我知道Zend网站有一些必要的工作要做。

  • 我需要将文档root作为serwano.com/staging/fbr
  • 我需要php5
  • 我需要mod重写

我需要将文档root作为serwano.com/staging/fbr。 我有一个测试网站,其中设置了以下文件夹:

/webroot(serwano.com)      
    /staging  
       /other test site  
       /other test site  
       /fbr  
           /application  
           /library  
           /public 

我需要帮助确定适当的.htaccess文件是什么,这样我的Zend Web App才能运行。

1 个答案:

答案 0 :(得分:0)

您可以将域的webroot设置为指向FTP上传目录中的任何文件夹,这样就可以了

+ userhome
|- serwano.com
|-- staging
|-- test
|-- production 

然后转到1& 1控制面板并为serwano.com创建三个子域。应该有一个选项可以将每个子域的webroot指向适当的文件夹,例如

staging.serwano.com // point it to the staging folder
test.serwano.com    // point it to the test folder
www.serwano.com     // point it to the production folder

是否可以使用.htaccess和mod_rewrite取决于您的webhosting包的配置方式。联系1& 1 (准备疼痛)以确定是否可行。如果无法实现,Google会为Zend Framework without .htaccess提供一些结果。您不需要mod_rewrite,也不需要.htaccess。这只是推荐。