tags:

views:

60

answers:

1

Yall:

I'm trying to squeeze the Zend Framework into my ISP securely.

My ISP pretty much requires me to put much of the stack in a /private directory in my HTDOCS Home.

So, it looks like this

/index.php 
/private/application/configs
/private/application/controllers
/private/application/bootstrap.php

...

I tried editing the .zfproject.xml so indicate this, but ZF.bat/ZF.sh seems to ignore this.

Anyone had any success with this type of configuration.

A: 

you should just set up the directory like this: /private/MyProject/application

DONE! No need to modify the xml file

Fatmuemoo