I was just curious if you have had any issues with using mod_rewrite for the Zend Framework on GoDaddy? I'm thinking of using ZF on a GoDaddy account but I haven't seen any comprehensive instructions on how to make everything work on such a limited hosted site. I would appreciate any general advice you have, and I'm thinking there are probably a lot of other people out there who could also use such information.
Thanks,
Donald Hughes
Re: Using mod_rewrite for Zend Framework on GoDaddy
Hello Donald,
Sorry, I do not remember the details because I used GoDaddy with ZF a couple of years ago but I did not have any complex issues or something I could not resolve.
Regards,
Alex
Re: Using mod_rewrite for Zend Framework on GoDaddy
@Donald
I had a ton of issues trying to get ZF v1.5.2 working on GoDaddy. What I finally figured out is that you must include the rewrite_base. I have included my .htaccess below for your convenience. I hope this helps you as I was pulling my hair out trying to get this one working...Cheers!
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php