Fehler 500 - Internal Server Error

Hallo,

ich benötige gerade hilfe, ich möchte gerne NEOS installieren bekomme aber leider sofort beim ersten (initial) Aufruf die Meldung “Fehler 500 - Internal Server Error” samt folgendem Text:

[quote]The server encountered an internal error due to .htaccess misconfiguration.
Please check your .htaccess file within this or upper directories for syntax errors.

Diese Anfrage konnte auf Grund eines .htaccess Konfigurationsfehlers nicht bearbeitet werden.
Die Überprüfung auf Syntaxfehler in der .htaccess-Datei in diesem oder einem übergeordneten Ordner ist erforderlich. [/quote]

Ich habe die htacces 1zu1 von dem NEOS Download übernommen, diese sieht wie folgt aus:

[code]#

Flow context setting

You can specify a default context by activating this option:

SetEnv FLOW_CONTEXT Production

If the root path is not the parent of the Web directory,

Flow’s root path must be specified manually:

SetEnv FLOW_ROOTPATH /var/www/myapp/

mod_rewrite configuration

# Enable URL rewriting
RewriteEngine On

# Set flag so we know URL rewriting is available
SetEnv FLOW_REWRITEURLS 1

# You will have to change the path in the following option if you
# experience problems while your installation is located in a subdirectory
# of the website root.
RewriteBase /

# Stop rewrite processing no matter if a package resource, robots.txt etc. exists or not
RewriteRule ^(_Resources/Packages/|robots\.txt|favicon\.ico) - [L]

# Stop rewrite process if the path points to a static file anyway
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .* - [L]

# Make sure that not existing resources don't execute Flow
RewriteRule ^_Resources/.* - [L]

# Continue only if the file/symlink/directory does not exist
RewriteRule (.*) index.php
# prevents Apache's automatic file negotiation, it breaks resource URLs
# Options -MultiViews
# Redirect authorization header when PHP is running as CGI
SetEnvIfNoCase Authorization "Basic ([a-zA-Z0-9\+/=]+)" REMOTE_AUTHORIZATION=$0

ErrorDocument 500 “

Application Error

The Flow application could not be launched.


[/code]

Kann mir jemand sagen wo der Hund begraben ist?

Soweit ich weiß, kannst du eigene Fehlerseiten nur mit bplaced pro verwenden.

Mfg :wink2: