[Support] Frage(n) zu .htaccess

Jens Hopp jhhs at gmx.net
Tue Apr 29 19:46:57 CEST 2008


Hallo.

 

Ich installiere gerade Drupal6 (auf h01) und dabei tauchen ein paar Probleme
auf.

Vielleicht kann mich ja jemand in die richtige Richtung tippen.

 

Also: Ich benutze PHP via CGI und nutze den aktuellen php525stub.

 

In meinem Drupal-Verzeichnis gibt´s eine .htaccess, die Drupal mitgebracht
hat (ich habe sie durch die notwendigen Einträge für den CGI-Betrieb
ergänzt).

 

Fragen 1 und 2: Wenn in dieser .htaccess diese folgend genannten
Einstellungen benutzt werden, dann erzeugt das einen Error 500:

 

# Don't show directory listings for URLs which map to a directory.

Options -Indexes    [erzeugt error 500 bei hostsharing - warum?]

 

# Follow symbolic links in this directory.

Options +FollowSymLinks    [erzeugt error 500 bei hostsharing - warum?]

 

Frage 3: die Rewrite-Engine funktioniert nicht - Drupal bringt folgendes in
der .htaccess mit:

 

<IfModule mod_rewrite.c>

  RewriteEngine on

 

  RewriteCond %{REQUEST_FILENAME} !-f

  RewriteCond %{REQUEST_FILENAME} !-d

  RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

</IfModule>

 

Drupal sagt mir aber "Your system configuration does not currently support
this feature".

 

Was kann ich tun? In welche Richtung kann ich suchen?

 

Vielen Dank für Eure Hilfe

Jens

 

 

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: /archiv/support/attachments/20080429/0cbc189f/attachment.htm 


More information about the Support mailing list