500 Internal Server Error [gelöst]
Eingetragen von lecourageux (12)
am 02.05.2007 - 23:02 Uhr in
am 02.05.2007 - 23:02 Uhr in
Hallo ich habe diese unschönen Fehler 500 Probleme. Ich habe alles mal kommentiert und auskommentiert und das Ergebnis reingeschrieben, was einen Fehler 500 erzeugt. Leider kann ich so keine CLEAN URL's machen. Hat jemand eine Idee, was ich meinen Hoster sagen muss. Wäre wirklich schön, wenn mir jemand hilft. Sobald ich mich etwas besser auskenne, werde ich mein Wissen hier auch weitergeben.
Danke schön und Beste Grüße!
#
# Apache/PHP/Drupal settings:
#
# Protect files and directories from prying eyes.
<FilesMatch "(\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)|code-style\.pl|Entries.*|Repository|Root|Tag|Template)$">
Order allow,deny
Deny from all
</FilesMatch>
# Don't show directory listings for URLs which map to a directory. CAUSES ERROR 500
#Options -Indexes
# Follow symbolic links in this directory. CAUSES ERROR 500
#Options +FollowSymLinks
# Customized error messages.
ErrorDocument 404 /index.php
# Set the default handler.
DirectoryIndex index.php
# 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>
# PHP 5, Apache 1 and 2. CAUSES ERROR 500
#<IfModule mod_php5.c>
#php_value magic_quotes_gpc 0
#php_value register_globals 0
#php_value session.auto_start 0
#</IfModule>
# Requires mod_expires to be enabled.
<IfModule mod_expires.c>
# Enable expirations.
ExpiresActive On
# Cache all files for 2 weeks after access (A).
ExpiresDefault A1209600
# Do not cache dynamically generated pages.
ExpiresByType text/html A1
</IfModule>
# Various rewrite rules.
<IfModule mod_rewrite.c>
#RewriteEngine on #CAUSES FEDORA TEST PAGE MAYBE ERROR 403
# If your site can be accessed both with and without the prefix www. you
# can use one of the following settings to force user to use only one option:
#
# If you want the site to be accessed WITH the www. only, adapt and
# uncomment the following:
# RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
# RewriteRule .* http://www.example.com/ [L,R=301]
#
# If you want the site to be accessed only WITHOUT the www. prefix, adapt
# and uncomment the following:
# RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
# RewriteRule .* http://example.com/ [L,R=301]
# Modify the RewriteBase if you are using Drupal in a subdirectory and
# the rewrite rules are not working properly.
#RewriteBase /
# Rewrite old-style URLs of the form 'node.php?id=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^id=([^&]+)$
#RewriteRule node.php index.php?q=node/view/%1 [L]
# Rewrite old-style URLs of the form 'module.php?mod=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^mod=([^&]+)$
#RewriteRule module.php index.php?q=%1 [L]
# Rewrite current-style URLs of the form 'index.php?q=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>
# $Id: .htaccess,v 1.81 2007/01/09 09:27:10 dries Exp $
- Anmelden oder Registrieren um Kommentare zu schreiben
Re: 500 Internal Server Error
am 03.05.2007 - 16:54 Uhr
Leider kann ich so keine CLEAN URL's machen. Hat jemand eine Idee, was ich meinen Hoster sagen muss.
Siehe hier http://drupal.org/node/54832 und hier (unter AllowOverride) http://httpd.apache.org/docs/2.0/de/mod/core.html
Problem gelöst...
am 04.05.2007 - 00:05 Uhr
Ich habe einfach alles ausser der reinen Befehler gelöscht und plötzlich funktioniert's.
Genaue Anleitung um 500 Internal Server Error zu lösen
am 07.09.2007 - 16:50 Uhr
Hallo zusammen,
Habe schon viel über das Problem hier gelesen unter anderem:
http://www.drupalcenter.de/node/114
http://www.drupalcenter.de/node/132
http://www.drupalcenter.de/node/196
http://www.drupalcenter.de/node/93
hatte aber nur teilerfolge.
Ich bin bei Strato und habe das PowerWeb S Paket,
Hier ist ein Link mit den verschieden Eigenschaften des Paketes
http://www.strato.de/webhosting/powerweb/overview/index.html
Ich habe die verschiedene sachen schon versucht auszukommentieren, hat aber auch nichts gebracht.
Das einzige was etwas gebracht hat war die .htaccess zu löschen, dadurch kam ich zur installtion und ich
konnte auswählen welche sprache ich nehme.
Nun meine Fragen.
1. Kann man überhaupt unter dem Strato PowerWeb S Paket Drupal einrichten, welches richtig funktioniert ?
2. Was geschieht wenn ich keine .htaccess habe, was sind die evtl. probleme, nachteile, spätere folgen die dadurch enstehen (können) ?
3. Gibts vielleicht irgendwo ne korrekte Beispiel .htaccess datei für mein problem?wenn ja und darin sachen auskommentiert sind wenn wäre es nett wenn jemand die evtl. probleme, nachteile, spätere folgen die dadurch enstehen können erläutert ?
4. Beitrag über mir, was meinst du mit den "Befehler" die du weglässt?
Habe Drupal 5.2 auch schon mal hochgeladen aber da kam auch der Internal Server Error 500.
schönen gruss
darude