Zend .htaccess-Konfiguration funktioniert nicht in Ubuntu

Hallo, ich verwende Ubuntu 10.04 LTS - the Lucid Lynx
ich erstelle ein Projekt von

zf create project test

dieser Befehl generiert automatisch ein .htaccess-Datei, die nicht funktioniert hat
Ich konfigurierte meinen webserver (Apache2) durch Bearbeiten
/etc/apache2/sites-available/default-Datei
Einstellung

<Directory /var/www/>
 Options Indexes FollowSymLinks MultiViews
 AllowOverride All
 Order allow,deny
 allow from all
</Directory>

und ich erhalte die folgende Fehlermeldung

Internal Server Error
/**************************************************************************************/
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Apache/2.2.14 (Ubuntu) Server at localhost Port 80
/****************************************************************************************/

bitte helfen Sie mir

  • Bitte, Schwanz, deine /var/log/apache2/error.log damit wir sehen können, die Ursache.
  • Hallo, mein /var/log/apache2/error.log ist wie folgt
  • [Tue Oct 19 18:24:57 2010] [alert] [client 127.0.0.1] /var/www/Test/public/.htaccess: Invalid command 'RewriteEngine', vielleicht falsch geschrieben oder durch ein Modul nicht im Lieferumfang enthalten in der server-Konfiguration
Schreibe einen Kommentar