Not Found

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

Not Found

Postby billa » 04. January 2005 21:05

Not Found
The requested URL /xxxxxxxxx/index.php was not found on this server.

--------------------------------------------------------------------------------

Apache/2.0.50 Server at www.xxxxxxxx.de Port 80

Kann mir jemand weiterhelfen,

wie ich die restliche Anzeige (Apache/2.0.50 Server at www.xxxxxxxx.de Port 80) auch noch weg bekomme?
billa
 
Posts: 48
Joined: 05. May 2004 16:56

Postby Rolidor » 05. January 2005 00:58

Morsche.

Schau mal in die httpd.conf. Dort wirst du folgende Zeilen finden:
Code: Select all
#
# Customizable error responses come in three flavors:
# 1) plain text 2) local redirects 3) external redirects
#
# Some examples:
#ErrorDocument 500 "The server made a boo boo."
#ErrorDocument 404 /missing.html
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html
#

#
# Putting this all together, we can Internationalize error responses.
#
# We use Alias to redirect any /error/HTTP_<error>.html.var response to
# our collection of by-error message multi-language collections.  We use
# includes to substitute the appropriate text.
#
# You can modify the messages' appearance without changing any of the
# default HTTP_<error>.html.var files by adding the line;
#
#   Alias /error/include/ "/your/include/path/"
#
# which allows you to create your own set of files by starting with the
# C:/Programme/xampp/apache/error/include/ files and
# copying them to /your/include/path/, even on a per-VirtualHost basis.
#

<IfModule mod_negotiation.c>
<IfModule mod_include.c>
    Alias /error/ "C:/Programme/xampp/apache/error/"

    <Directory "C:/Programme/xampp/apache/error">
        AllowOverride None
        Options IncludesNoExec
        AddOutputFilter Includes html
        AddHandler type-map var
        Order allow,deny
        Allow from all
        LanguagePriority en es de fr
        ForceLanguagePriority Prefer Fallback
    </Directory>

    ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var
    ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var
    ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var
    ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var
    ErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var
    ErrorDocument 408 /error/HTTP_REQUEST_TIME_OUT.html.var
    ErrorDocument 410 /error/HTTP_GONE.html.var
    ErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var
    ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var
    ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
    ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var
    ErrorDocument 415 /error/HTTP_SERVICE_UNAVAILABLE.html.var
    ErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var
    ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var
    ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var
    ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var
    ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var

</IfModule>
</IfModule>


Kannst dir entweder deine eigenen Errorpages machen (empfohlen) oder die vorhandenen ändern. Wo die liegen, steht oben. Die Pfadangaben weichen allerdings deiner Installation entsprechend ab.

Gruß
Rolo
Rolidor
 
Posts: 406
Joined: 20. April 2004 10:17
Location: Dreieich - Hessen

Postby billa » 05. January 2005 12:46

Danke für Deine Antwort,
aber das ist nicht mein Problem. Ich möchte die Anzeige >Apache/2.0.50 Server at www.xxxxxxxx.de Port 80< nicht mehr anzeigen lassen. Ich habe schon die einzelnen Dateien und Verzeichnisse des Apachen durchsucht, aber habe nicht das gesuchte gefunden oder übersehen. Wo wird die Version, hier die 2.0.50, ausgegeben? Irgendwo muß die doch hinterlegt sein?
billa
 
Posts: 48
Joined: 05. May 2004 16:56

Postby Wiedmann » 05. January 2005 14:04

Wiedmann
AF Moderator
 
Posts: 17102
Joined: 01. February 2004 12:38
Location: Stuttgart / Germany


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 42 guests