Joomla100 Support Forum

Weitere CMS - Alles rund um alternative Content Management-Systeme => Drupal => Thema gestartet von: driet am 17.05.2007 23:39 Uhr

Titel: Drupal läuft, aber Probleme mit .htaccess
Beitrag von: driet am 17.05.2007 23:39 Uhr
Hi,

steinigt mich: Ich hab hier Drupal ans Laufen gebracht. Funktioniert auch soweit problemlos, wenn man die .htaccess des CMS außer Funktion nimmt.

Da diese Datei Teil des Sicherheitskonzepts von Drupal ist (reguliert Zugriffe auf bestimmte Verzeichnisse und Dateitypen), würde ich sie gern in Betrieb lassen.

Vielleicht hat ja jemand ne Idee, an welchem Eintrag es scheitert.

Fehlermeldung:
Zitat
500 Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [no address given] 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.

.htaccess im Original im Anhang.
Titel: Re: Drupal läuft, aber Probleme mit .htaccess
Beitrag von: driet am 17.05.2007 23:56 Uhr
Problemlösung im Forum von drupalcenter.de (http://www.drupalcenter.de) gefunden, es müssen einige Zeilen auskommentiert werden (schätze mal, wegen sicherer Server hier keine Rechte, diese Optionen zu setzen -> Fehler):

# Set some options.
# Options -Indexes
# Options +FollowSymLinks

# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.

# PHP 4, Apache 1
#<IfModule mod_php4.c>
#  php_value magic_quotes_gpc                0
#  php_value register_globals                0
#  php_value session.auto_start              0
#</IfModule>

# PHP 4, Apache 2
#<IfModule sapi_apache2.c>
#  php_value magic_quotes_gpc                0
#  php_value register_globals                0
#  php_value session.auto_start              0
#</IfModule>

Vielleicht hilfts ja anderen Experimentierern ...

 ;)
Titel: Re: Drupal läuft, aber Probleme mit .htaccess
Beitrag von: Orpheus am 23.05.2007 11:06 Uhr
Funktioniert aber nur unter Drupal 4.7.x ..., nicht unter 5.1 - bzw. unter 5.1 dann ohne lesbare URLs!
Titel: Re: Drupal läuft, aber Probleme mit .htaccess
Beitrag von: driet am 24.07.2007 19:31 Uhr
Also mein Drupal 5.1 läuft mit angepasster .htaccess ohne Probleme, auch mit Clean URLs ...