[3.2] Seite mit phpBB-Forum nicht erreichbar.

Fragen rund um die Installation, Administration und Benutzung von phpBB.
Forumsregeln
Bitte im Thementitel den Präfix deiner phpBB-Version angeben
Antworten
phpBob
Mitglied
Beiträge: 4
Registriert: 17.08.2017 19:13

[3.2] Seite mit phpBB-Forum nicht erreichbar.

Beitrag von phpBob »

Hallo,

nach der Installation von phpBB 3.2 konnte ich die Seite aufrufen und Administrieren.
Wenn ich nun das Forum aufrufen möchte, bekomme ich folgende Fehlermeldung:

Diese Seite funktioniert nicht

[url] hat Sie zu oft weitergeleitet.

Anfangs hat es noch funktioniert, wenn ich die Cookies gelöscht habe, mittlerweile kommt nur noch die Fehlermeldung.
Mein Webhoster, meinte, dass es an der .htaccess liegen könnte. Aber davon habe ich keine Ahnung. Wenn ich diese umbenenne, ändert das nichts.

Was könnte ich falsch gemacht haben?

Bin für jede Hilfe dankbar.

Viele Grüße, phpBob
Thiesi
Mitglied
Beiträge: 87
Registriert: 02.08.2017 10:44

Re: [3.2] Seite mit phpBB-Forum nicht erreichbar.

Beitrag von Thiesi »

Unter welcher Adresse läuft das Forum denn?
Vielleicht kann man sich das dann selbst mal anschauen.

Gruß

Thiesi

PS: Stelle bitte deine

Code: Alles auswählen

.htaccess
im Pastebin ein.
phpBob
Mitglied
Beiträge: 4
Registriert: 17.08.2017 19:13

Re: [3.2] Seite mit phpBB-Forum nicht erreichbar.

Beitrag von phpBob »

Thiesi hat geschrieben:Unter welcher Adresse läuft das Forum denn?
Vielleicht kann man sich das dann selbst mal anschauen.
PS: Stelle bitte deine

Code: Alles auswählen

.htaccess
im Pastebin ein.
Danke für Deine Antwort.

forum.garde-division-germany.de

Code: Alles auswählen

<IfModule mod_rewrite.c>
RewriteEngine on

#
# Uncomment the statement below if URL rewriting doesn't
# work properly. If you installed phpBB in a subdirectory
# of your site, properly set the argument for the statement.
# e.g.: if your domain is test.com and you installed phpBB
# in http://www.test.com/phpBB/index.php you have to set
# the statement RewriteBase /phpBB/
#
#RewriteBase /

#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

#
# The following 3 lines will rewrite URLs passed through the front controller
# to not require app.php in the actual URL. In other words, a controller is
# by default accessed at /app.php/my/controller, but can also be accessed at
# /my/controller
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ app.php [QSA,L]

#
# If symbolic links are not already being followed,
# uncomment the line below.
# http://anothersysadmin.wordpress.com/2008/06/10/mod_rewrite-forbidden-403-with-apache-228/
#
#Options +FollowSymLinks
</IfModule>

# With Apache 2.4 the "Order, Deny" syntax has been deprecated and moved from
# module mod_authz_host to a new module called mod_access_compat (which may be
# disabled) and a new "Require" syntax has been introduced to mod_authz_host.
# We could just conditionally provide both versions, but unfortunately Apache
# does not explicitly tell us its version if the module mod_version is not
# available. In this case, we check for the availability of module
# mod_authz_core (which should be on 2.4 or higher only) as a best guess.
<IfModule mod_version.c>
	<IfVersion < 2.4>
		<Files "config.php">
			Order Allow,Deny
			Deny from All
		</Files>
		<Files "common.php">
			Order Allow,Deny
			Deny from All
		</Files>
	</IfVersion>
	<IfVersion >= 2.4>
		<Files "config.php">
			Require all denied
		</Files>
		<Files "common.php">
			Require all denied
		</Files>
	</IfVersion>
</IfModule>
<IfModule !mod_version.c>
	<IfModule !mod_authz_core.c>
		<Files "config.php">
			Order Allow,Deny
			Deny from All
		</Files>
		<Files "common.php">
			Order Allow,Deny
			Deny from All
		</Files>
	</IfModule>
	<IfModule mod_authz_core.c>
		<Files "config.php">
			Require all denied
		</Files>
		<Files "common.php">
			Require all denied
		</Files>
	</IfModule>
</IfModule>
Thiesi
Mitglied
Beiträge: 87
Registriert: 02.08.2017 10:44

Re: [3.2] Seite mit phpBB-Forum nicht erreichbar.

Beitrag von Thiesi »

Hallo,

sind in deinem Forum schon Beiträge geschrieben worden und gibt es weitere Benutzer?

Ändere mal

Code: Alles auswählen

#RewriteBase /
in

Code: Alles auswählen

RewriteBase /
in deinem FTP-Programm und schau´mal nach, ob Du auf das Forum zugreifen kannst.
Ansonsten kann man das immer noch rückgängig machen.

Und überprüfe deine Server-Einstellungen mit diesem Skript zum Überprüfen deiner Server-Einstellungen von Mahony und ggf. ändern.
Und leere anschließend den Cache vom Browser und vom Forum.
Zuletzt geändert von Thiesi am 18.08.2017 22:21, insgesamt 1-mal geändert.
phpBob
Mitglied
Beiträge: 4
Registriert: 17.08.2017 19:13

Re: [3.2] Seite mit phpBB-Forum nicht erreichbar.

Beitrag von phpBob »

Thiesi hat geschrieben: Ändere mal

Code: Alles auswählen

#RewriteBase /
in

Code: Alles auswählen

RewriteBase /
Hallo, die Änderung hat schon geholfen. Also bisher kann ich auf das Forum zugreifen, auch wenn ich die Seite schließe und wieder öffne.
Es gibt noch keine Artikel. Es ist nur ein Test, weil wir für unseren Clan eine neue Forensoftware suchen. Das Skript habe ich mir auch runter geladen und getestet, funktioniert und ist für den Notfall sicherlich ein nützliches Tool.

Ich werde morgen mal berichten, ob es weiterhin funktioniert.

Auf jeden Fall schon mal mega vielen Dank.
Thiesi
Mitglied
Beiträge: 87
Registriert: 02.08.2017 10:44

Re: [3.2] Seite mit phpBB-Forum nicht erreichbar.

Beitrag von Thiesi »

Ich helfe doch immer gerne. :wink:
Thiesi
Mitglied
Beiträge: 87
Registriert: 02.08.2017 10:44

Re: [3.2] Seite mit phpBB-Forum nicht erreichbar.

Beitrag von Thiesi »

Hallo,

was mir jetzt erst aufgefallen ist:
Als ich Dein Forum aufrufen wollte, kam folgende Fehlermeldung:
Diese Seite funktioniert nicht

forum.garde-division-germany.de hat Sie zu oft weitergeleitet.
Dies ist also die selbe Fehlermeldung, wie die, als Du die .htaccessnoch nicht geändert hast.

Prüfe nochmal deine .htaccess und gib Rückmeldung.
Vielleicht wurden die Änderungen nicht übernommen.

Wenn alles so ist, wie es sein soll (also mit Änderung) nutze bitte das Skript von Mahomy, dass ich dir verlinkt habe und prüfe deine Systemeinstellungen und ändere diese ggf.
Und vergiss nicht, den Cache von Forum und Browser zu löschen!

Grüße

Thiesi
phpBob
Mitglied
Beiträge: 4
Registriert: 17.08.2017 19:13

Re: [3.2] Seite mit phpBB-Forum nicht erreichbar.

Beitrag von phpBob »

Thiesi hat geschrieben: Prüfe nochmal deine .htaccess und gib Rückmeldung.
Vielleicht wurden die Änderungen nicht übernommen.
Die Änderung wurde übernommen. Bei mir geht es auch, ich habe auch einen anderen Browser getestet, damit geht es auch.

Ich habe jetzt mal noch das hier gemacht, dass in der

Code: Alles auswählen

.htaccess
als Hinweis steht.
# Uncomment the statement below if URL rewriting doesn't
# work properly. If you installed phpBB in a subdirectory
# of your site, properly set the argument for the statement.
# e.g.: if your domain is test.com and you installed phpBB
# in http://www.test.com/phpBB/index.php you have to set
# the statement RewriteBase /phpBB/
Ich habe also noch das Verzeichnis hinter

Code: Alles auswählen

RewriteBase /Verzeichnis/
angegeben.
Thiesi hat geschrieben:Wenn alles so ist, wie es sein soll (also mit Änderung) nutze bitte das Skript von Mahomy, dass ich dir verlinkt habe und prüfe deine Systemeinstellungen und ändere diese ggf.
Und vergiss nicht, den Cache von Forum und Browser zu löschen!
Hier das Ergebnis vom Script:

[ externes Bild ]
Thiesi
Mitglied
Beiträge: 87
Registriert: 02.08.2017 10:44

Re: [3.2] Seite mit phpBB-Forum nicht erreichbar.

Beitrag von Thiesi »

Jetzt funktioniert es auch bei mir; ich helfe immer gerne. :wink:

Thiesi

PS: Ich habe mich bei dir registriert. :wink:
Antworten

Zurück zu „Support-Forum“