Quote:
Originally Posted by Ron
This is what I used when setting Zend Framework on a dedicated 1and1 server.
in .htaccess
Code:
AddType x-mapp-php5 .php
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
in php.ini
i
Code:
nclude_path ="/homepages/**/***********/zend_library"
I was getting the 500 error before adding the php.ini file
|
I tried, but still fail. I do follow the "Official+ZF+QuickStart".
Now:
.htaccess is:
AddType x-mapp-php5 .php
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
php.ini is:
include_path="/homepages/23/d189849426/htdocs/1or9/card/library"
or
include_path="/homepages/23/d189849426/htdocs/1or9/card/library/Zend"
I tried both above. I put php.in at
/homepages/23/d189849426/htdocs/1or9/card/public
is that a right place?
Is there anyone can help me?
I really hate 1and1.