Problema accesso forum locale

Area dedicata al phpBB 3.2.X
Rispondi
Avatar utente
Micogian
Globalmod
Globalmod
Messaggi: 599
Iscritto il: 17/03/2016, 17:53
Link del Forum: https://www.actaplantarum.org

Re: Problema accesso forum locale

Messaggio da Micogian »

che non sia HTACCESS ?
Prova a disabilitare tutte le estensioni, se non puoi farlo da pannello fallo dal database, metti 0 a tutte le estensioni presenti nella tabella ext, poi cancella tutta la cache e vedi se funziona.
Avatar utente
lurapag
Utente
Utente
Messaggi: 277
Iscritto il: 07/05/2013, 13:21
Link del Forum: www.chevroletcaptivaforum.it
Località: Milano

Re: Problema accesso forum locale

Messaggio da lurapag »

Allora, prima di tutto grazie per le vostre risposte, ho provato ad azzerare tutte le estensioni tramite DB ma nulla.
Ho anche fatto l’aggiornamento da 3.2.2 a 3.2.3 (in locale) seguendo la procedura che prevede di mantenere:

config.php
image
store
file

Ma nonostante il forum pulito da ogni cosa il problema si presenta sempre.
Quello che mi fa diventare scemo è perché il forum si vede e se faccio il login mi appare l’errore?

Vi allego quello che vedo nella barra di navigazione.

127.0.0.1:8080/forum/ucp.php?mode=login&sid=3a1754d7f9dc0db696bedb8a68dee176

In allegato anche la schermata della pagina principale senza login.
Non hai i permessi necessari per visualizzare i file allegati in questo messaggio.
Avatar utente
lurapag
Utente
Utente
Messaggi: 277
Iscritto il: 07/05/2013, 13:21
Link del Forum: www.chevroletcaptivaforum.it
Località: Milano

Re: Problema accesso forum locale

Messaggio da lurapag »

Questo è il file HTACCESS

Codice: Seleziona tutto

<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 /
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.chevroletcaptivaforum.it$ [NC,OR]
RewriteCond %{HTTP_HOST} ^chevroletcaptivaforum.it$ [NC]
RewriteCond %{HTTP:X-Forwarded-Proto} !^https$
RewriteRule ^(.*) https://www.chevroletcaptivaforum.it/$1 [R=301,L]
</IfModule>
#
# 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>
Avatar utente
lurapag
Utente
Utente
Messaggi: 277
Iscritto il: 07/05/2013, 13:21
Link del Forum: www.chevroletcaptivaforum.it
Località: Milano

Re: Problema accesso forum locale

Messaggio da lurapag »

Ciao a tutti,
ho provato a inserire in locale un backup del forum di circa un anno fa e magicamente funziona.
Cosa mai fa la differenza tra quello vecchio e quello attuale?
Estensioni sono le stesse, modifiche le stesse…. L’unica differenza è che prima non avevo il certificato SSL.

Fosse quello?
Cosa mi consigliate di fare? Tolgo tutto ciò che riguarda il certificato (da fare in remoto) e anche i parametri impostati nel pannello amministrativo e poi backup con successivo trasferimento in locale?
Perdonate le domande ma volevo capire se ne vale la pena di provare.
Grazie.
Avatar utente
Micogian
Globalmod
Globalmod
Messaggi: 599
Iscritto il: 17/03/2016, 17:53
Link del Forum: https://www.actaplantarum.org

Re: Problema accesso forum locale

Messaggio da Micogian »

prova a rinominare temporaneamente il file .HTACCESS, puoi chiamarlo _HTACCESS e vedi se funziona.
Avatar utente
lurapag
Utente
Utente
Messaggi: 277
Iscritto il: 07/05/2013, 13:21
Link del Forum: www.chevroletcaptivaforum.it
Località: Milano

Re: Problema accesso forum locale

Messaggio da lurapag »

Niente.... non funziona.

Sono entrato tramite STK ma al momento di inserire utente e password mi da questo avviso:

Codice: Seleziona tutto

General Error

[phpBB Debug] PHP : in file [ROOT]/includes/functions.php on line 1790: INSECURE_REDIRECT

FILE: (not given by php)
LINE: (not given by php)
CALL: stk_msg_handler()

FILE: [ROOT]/includes/functions.php
LINE: 1790
CALL: trigger_error()

FILE: [ROOT]/includes/functions.php
LINE: 2362
CALL: redirect()

FILE: [ROOT]/stk/index.php
LINE: 184
CALL: login_box()
In pratica il problema sta nel login...
Avatar utente
lurapag
Utente
Utente
Messaggi: 277
Iscritto il: 07/05/2013, 13:21
Link del Forum: www.chevroletcaptivaforum.it
Località: Milano

Re: Problema accesso forum locale

Messaggio da lurapag »

Preciso che un utente nuovo appena si collega viene reindirizzato verso una pagina specifica con al suo interno le istruzioni per muoversi…
Però chi è già registrato al momento del login non viene trasferito in nessun posto!
Rispondi