Back to top

Autore Topic: [RISOLTO] Errore 404 su articoli >> categoria/blog  (Letto 4098 volte)

Offline friii84

  • Appassionato
  • ***
  • Post: 229
  • Sesso: Femmina
    • Mostra profilo
[RISOLTO] Errore 404 su articoli >> categoria/blog
« il: 12 Gen 2011, 18:18:26 »
Salve a tutti,

ho fatto la migrazione da un hosting ad un altro di un sito e ho avuto non pochi problemi. Alcuni li ho risolti altri sono ancora da risolvere e non sono poco gravi.

Uno di questi è il fatto che ho creato un menu laterale dove sono collegati vari articoli >> categoria/blog, ma cliccando sugli articoli che ne vengono fuori (o sul leggi tutto) aprono una pagina di errore 404. Se tolgo le configurazioni seo (friendly url e mod_rewrite) cliccando su leggi tutto non entra nella pagina successiva per leggere tutto ma resta sempre uguale. E' possibile che ci sia un errore su file .htaccess? o c'è qualche altro problema che ignoro? Sull'altro hosting che utilizzavo funzionava tutto correttamente e ho già cambiato i percorsi delle cartelle tmp e logs.

Aiutatemi vi prego.
Grazie mille
« Ultima modifica: 14 Gen 2011, 13:24:47 da friii84 »

Offline friii84

  • Appassionato
  • ***
  • Post: 229
  • Sesso: Femmina
    • Mostra profilo
Re:Errore 404 su articoli >> categoria/blog
« Risposta #1 il: 13 Gen 2011, 10:19:52 »
questo è il file .htaccess
Codice: [Seleziona]
##
# @version $Id: htaccess.txt 14401 2010-01-26 14:10:00Z louis $
# @package Joomla
# @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##


#####################################################
#  READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations.  It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file.  If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's.  If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################

##  Can be commented out if causes errors, see notes above.
#Options +FollowSymLinks

#
#  mod_rewrite in use

RewriteEngine On

########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
## Deny access to extension xml files (uncomment out to activate)
#<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
#Satisfy all
#</Files>
## End of deny access to extension xml files
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits

#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update Your Joomla! Directory (just / for root)

# RewriteBase /


########## Begin - Joomla! core SEF Section
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$  [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
########## End - Joomla! core SEF Section

Offline taolo

  • Global Moderator
  • Instancabile
  • *****
  • Post: 3651
  • Sesso: Maschio
    • Mostra profilo
Re:Errore 404 su articoli >> categoria/blog
« Risposta #2 il: 13 Gen 2011, 11:13:36 »
Se non lo avessi fatto.... leggi gli articoli collegati in questo topic

http://forum.joomla.it/index.php/topic,76283.0.html
Ogni tanto passo da Joomla Blog! Un blog su Joomla

Offline friii84

  • Appassionato
  • ***
  • Post: 229
  • Sesso: Femmina
    • Mostra profilo
Re:Errore 404 su articoli >> categoria/blog
« Risposta #3 il: 13 Gen 2011, 11:56:22 »
Queste operazioni le ho già seguite per sul famoso server *******, ma su quest'altro pare non funzionino soltanto con articoli >> blog categorie, non so se l'aggiornamento che php da 5.0.4 a 5.2.x può risolvere la situazione, l'ho chiesto da una settimana, ma non mi rispondono.
« Ultima modifica: 13 Gen 2011, 23:06:34 da taolo »

Offline taolo

  • Global Moderator
  • Instancabile
  • *****
  • Post: 3651
  • Sesso: Maschio
    • Mostra profilo
Re:Errore 404 su articoli >> categoria/blog
« Risposta #4 il: 13 Gen 2011, 23:09:06 »
********
aggirare la censura automatica non è cosa buona, frii84.

E comunque... hai provato a decommentare (togliere il #) le righe del file .htaccess citate negli articoli?
Codice: [Seleziona]
#Options +FollowSymLinks
Ogni tanto passo da Joomla Blog! Un blog su Joomla

Offline friii84

  • Appassionato
  • ***
  • Post: 229
  • Sesso: Femmina
    • Mostra profilo
Re:Errore 404 su articoli >> categoria/blog
« Risposta #5 il: 14 Gen 2011, 13:21:56 »
mi scuso per l'aggiraggio, ho visto che in quasi tutti gli altri post era scritto così e ho fatto lo stesso non era mia intenzione.

Offline friii84

  • Appassionato
  • ***
  • Post: 229
  • Sesso: Femmina
    • Mostra profilo
[RISOLTO] Errore 404 su articoli >> categoria/blog
« Risposta #6 il: 14 Gen 2011, 13:24:28 »
cmq era l'aggiornamento di php da 5.0.4 a 5.2.x, se mi avessero ascoltato prima!!!

 



Web Design Bolzano Kreatif