Nach url Weiterleitung 403 Forbidden "Fehlermeldung"

corun

New Member
Hallo,

habe hier ein Problem was ich einfach nicht in den Griff bekomme. Auf meinem Webspace bei Alfahosting habe ich im Ordner html einen Ordner in welchem ein Blog läuft und einen in dem ein Forum läuft. Das Ganze sieht wie folgt aus.

/html (root-verzeichnis)
- forum (ordner)
- blog (ordner) hier läuft serendipity mit sprechenden url´s

Die Weiterleitung im Confixx Menü unter Tools-Domains sieht so aus:

Domain
http://www.bonnyworld.net

Weiterleiten nach
/bonnyworld

Wenn ich nun im Browser www.bonnyworld.net eingebe erhalte ich anstatt der Website nur die Fehlermeldung:

403 Forbidden

Not Found

The requested URL /bonnyworld/ was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache Server at www.bonnyworld.net Port 80

Habt ihr evtl. eine Vorstellung womit das zusammen hängen könnte ?


P.S. Falls das noch von Bedeutung seien sollte.... ob mod_rewrite im confixx aktiviert ist, weiss ich nicht.
 
Hi,

entweder verstehe ich Dein Problem nicht oder ich kriege es nicht reproduziert ;)

Ich rufe http://www.bonnyworld.net auf. Dort erwartet mich eine index.*, die per META-Tag weiterleitet nach http://www.bonnyworld.net/bonnyworld

Code:
$ curl -vvv http://bonnyworld.net/
* About to connect() to bonnyworld.net port 80 (#0)
*   Trying 82.197.146.30... connected
* Connected to bonnyworld.net (82.197.146.30) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.18.0 (i486-pc-linux-gnu) libcurl/7.18.0 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.1
> Host: bonnyworld.net
> Accept: */*
> 
< HTTP/1.1 200 OK
< Date: Wed, 12 Aug 2009 21:53:06 GMT
< Server: Apache
< Last-Modified: Wed, 12 Aug 2009 20:26:17 GMT
< ETag: "7985274-a2-470f7a1956c40"
< Accept-Ranges: bytes
< Content-Length: 162
< Connection: close
< Content-Type: text/html; charset=iso-8859-1
< X-Pad: avoid browser bug
< 
<html>
 <head>
  <title>Weiterleitung</title> 	
  <meta http-equiv="refresh" content="0;URL=http://bonnyworld.net/bonnyworld">  
 </head>
 <body>
 </body>
* Closing connection #0


Soweit so gut. Folgen wir also mal der Weiterleitung.

Code:
$ curl -vvv http://bonnyworld.net/bonnyworld
* About to connect() to bonnyworld.net port 80 (#0)
*   Trying 82.197.146.30... connected
* Connected to bonnyworld.net (82.197.146.30) port 80 (#0)
> GET /bonnyworld HTTP/1.1
> User-Agent: curl/7.18.0 (i486-pc-linux-gnu) libcurl/7.18.0 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.1
> Host: bonnyworld.net
> Accept: */*
> 
< HTTP/1.1 301 Moved Permanently
< Date: Wed, 12 Aug 2009 21:54:41 GMT
< Server: Apache
< Location: http://bonnyworld.net/bonnyworld/
< Content-Length: 305
< Connection: close
< Content-Type: text/html; charset=iso-8859-1
< 
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://bonnyworld.net/bonnyworld/">here</a>.</p>
<hr>
<address>Apache Server at bonnyworld.net Port 80</address>
</body></html>
* Closing connection #0

Ein 301er, der mich drauf hinweist, dass am Ende ein / fehlt. Gut, lässt sich ändern.

An dieser Stelle hätte laut Deiner Beschreibung bereits der 403er bzw. 404er kommen müssen. Aber folgen wir doch einfach mal dem 301 und schauen, was wir dann erhalten.

Code:
$ curl -vvv http://bonnyworld.net/bonnyworld/
* About to connect() to bonnyworld.net port 80 (#0)
*   Trying 82.197.146.30... connected
* Connected to bonnyworld.net (82.197.146.30) port 80 (#0)
> GET /bonnyworld/ HTTP/1.1
> User-Agent: curl/7.18.0 (i486-pc-linux-gnu) libcurl/7.18.0 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.1
> Host: bonnyworld.net
> Accept: */*
> 
< HTTP/1.1 200 OK
< Date: Wed, 12 Aug 2009 21:56:47 GMT
< Server: Apache
< X-Session-Reinit: true
< X-Blog: Serendipity
< Cache-Control: private, pre-check=0, post-check=0, max-age=0
< Expires: 0
< Pragma: no-cache
< Set-Cookie: PHPSESSID=da3d538fcf6438ae9c383b008d1e624e; path=/
< Set-Cookie: PHPSESSID=4476be607dd0bf06828f98230caf281e; path=/
< Connection: close
< Transfer-Encoding: chunked
< Content-Type: text/html; charset=UTF-8
< 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
    <link rel="pavatar" href="http://www.bonnyworld.net/bonnyworld/templates/bonnyworld/img/pavatar.jpg" />        
    <!--<link rel="pavatar" href="http://bonnyworld.net/bonnyworld/templates/bonnyworld/img/pavatar.png" />-->
    <title> </title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="Powered-By" content="Serendipity v.1.4" />
    <link rel="stylesheet" type="text/css" href="http://www.bonnyworld.net/bonnyworld/serendipity.css" media="all" />
    <link rel="stylesheet" type="text/css" href="/bonnyworld/templates/bonnyworld/s9y.css" media="all" />
    <link rel="stylesheet" type="text/css" href="/bonnyworld/templates/bonnyworld/print.css" media="print" />
    <link rel="stylesheet" type="text/css" href="/bonnyworld/templates/bonnyworld/s9y-print.css" media="print" />
    <!-- hier beginnt MagicThumb -->
    <link rel="stylesheet" href="http://www.bonnyworld.net/bonnyworld//templates/bonnyworld/magicthumb/magicthumb.css" type="text/css" media="screen, projection"/>
    <script type="text/javascript" src="http://www.bonnyworld.net/bonnyworld//templates/bonnyworld/magicthumb/magicthumb-packed.js"></script>
...
...
...

Ich verzichte mal auf die restliche Ausgabe, da auch so klar erkennbar sein dürfte, was da wiedergegeben wird :)


-W
 
Hallo wstuermer,

danke für deine ausführliche Antwort^^ Auch wenn das jetzt nichts mit dem Problem zu tun hat....wie kommst du an die ganzen Infos ;)

Die Weiterleitung funktioniert wieder, weil ich die url Umleitung über confixx deaktiviert habe und stattdessen das Ganze über eine index.html im Rootverzeichnis laufen lasse. Ansonsten hätte meine Freundin wohl einen Herzkasper bekommen - wenn sie auf eine "Forbidden 403 Fehlermeldung gestoßen wäre" :D

Wenn es dir nichts ausmacht wäre es super, wenn du nochmal über unsere Zweite Website schauen könntest, bei dieser habe ich die url Umleitung wieder über confixx laufen -dort tritt dasselbe Problem auf wie zuvor auf www.bonnyworld.net, als ich dort noch die Umleitung über confixx aktiviert hatte.

Hier die url zur Problemseite: www.schmucktausch.de

Komischerweise wird das favicon der Seite im Browser dargestellt....

Danke im Voraus :cool:
 
Back
Top