View Single Post
  #1 (permalink)  
Old 02-09-2008, 06:41 PM
notrub225 notrub225 is offline
Senior Member
 
Join Date: Jan 2008
Location: chicago
Posts: 101
Default Problems with 1and1 hosting

I have been satisfied with 1and1 hosting up until now when I have tried to use the Zend Framework on my site.

My problem lies with bootstrapping. The mod-rewrite engine does not seem to want to work. Here is what my .htaccess files is:

PHP Code:
AddType x-mapp-php5 .php
AddHandler x
-mapp-php5 .php

RewriteEngine on
RewriteRule 
!.(js|ico|gif|jpg|png|css)$ index.php 
Seems like it should work right? Wrong. I get this error:
Error 500 - Internal server error

An internal server error has occured!
Please try again later.

Does anyone here have an experience with Zend Framework and 1and1 hosting? Can anyone recommend a web hosting provider that is easier to use Zend Framework with? THANK YOU.
Reply With Quote