It seems to work fine on my own host - I'm using Dreamhost so even though mod_rewrite definitely works as expected (see below test), it uses PHP 5.1.2 so probably has a few issues with other parts of the Framework.
A working test for a small OS project I started (don't worry the installer doesn't actually do anything ;) ):
http://www.patternsforphp.com/quantumstarevolved/install/index
My .htaccess states:
RewriteEngine on
RewriteRule .* index.php
php_flag magic_quotes_gpc off
php_flag register_globals off
I have "RewriteEngine off" rules for any public directories.
Regards,
Pádraic
Pádraic
Brady
http://blog.quantum-star.com
http://www.patternsforphp.com
A working test for a small OS project I started (don't worry the installer doesn't actually do anything ;) ):
http://www.patternsforphp.com/quantumstarevolved/install/index
My .htaccess states:
RewriteEngine on
RewriteRule .* index.php
php_flag magic_quotes_gpc off
php_flag register_globals off
I have "RewriteEngine off" rules for any public directories.
Regards,
Pádraic
http://blog.quantum-star.com
http://www.patternsforphp.com
----- Original Message ----
From: jared <[EMAIL PROTECTED]>
To: [email protected]
Sent: Tuesday, October 3, 2006 3:07:06 PM
Subject: [fw-general] Hosts that support ZF?
I searched the forum and read a long thread that discussed the availability
of PHP 5.1.4.. a lot of hosts are now offering this version of PHP, but I
find the problem to be availability of and functionality of mod_rewrite.
I purchased shared linux hosting with GoDaddy for a proof of concept and
uploaded the zend framework. I've included the same very basic RewriteRule
as I use successfully on my local machine:
RewriteEngine on
RewriteRule .* index.php
and I'm getting a 500 error. I've been assured that mod_rewrite is turned
on, and many other people (mostly trying to implement WordPress) have had
similar problems using mod_rewrite at GoDaddy..
My old host was 1&1 and, while they offered up-to-date PHP versions, they
did not support mod_rewrite.
Has anyone had success using the Zend Framework on GoDaddy hosting? If so,
is there any special configuration I need to perform?
Also, are there any recommended hosts that have updated PHP versions and
functioning mod_rewrite? Hosts that support Zend Framework?
This link, that was suggested by many, has very little info:
http://framework.zend.com/wiki/x/1wc
Thanks,
Jared
--
View this message in context: http://www.nabble.com/Hosts-that-support-ZF--tf2376443s16154.html#a6620969
Sent from the Zend Framework mailing list archive at Nabble.com.
From: jared <[EMAIL PROTECTED]>
To: [email protected]
Sent: Tuesday, October 3, 2006 3:07:06 PM
Subject: [fw-general] Hosts that support ZF?
I searched the forum and read a long thread that discussed the availability
of PHP 5.1.4.. a lot of hosts are now offering this version of PHP, but I
find the problem to be availability of and functionality of mod_rewrite.
I purchased shared linux hosting with GoDaddy for a proof of concept and
uploaded the zend framework. I've included the same very basic RewriteRule
as I use successfully on my local machine:
RewriteEngine on
RewriteRule .* index.php
and I'm getting a 500 error. I've been assured that mod_rewrite is turned
on, and many other people (mostly trying to implement WordPress) have had
similar problems using mod_rewrite at GoDaddy..
My old host was 1&1 and, while they offered up-to-date PHP versions, they
did not support mod_rewrite.
Has anyone had success using the Zend Framework on GoDaddy hosting? If so,
is there any special configuration I need to perform?
Also, are there any recommended hosts that have updated PHP versions and
functioning mod_rewrite? Hosts that support Zend Framework?
This link, that was suggested by many, has very little info:
http://framework.zend.com/wiki/x/1wc
Thanks,
Jared
--
View this message in context: http://www.nabble.com/Hosts-that-support-ZF--tf2376443s16154.html#a6620969
Sent from the Zend Framework mailing list archive at Nabble.com.
