Joomla.it Forum
Componenti per Joomla! => SEO => : apewinny 18 Jan 2009, 00:24:26
-
Buonasera a tutti,
dopo avere dovuto reinstallare joomla perchè mi dava delle anomalie, sia perchè non salvava gli articoli sia perché sh404sef non rimaneva attivo, mi ritrovopuntoa capo daquando hoattivato ilcomponente avendoovviamente seguito tutte le direttive di zalexo e di configurazione del componente mi da error http 500 >:( >:( >:(
Carneade please!!!!!!!!!!!!!!!
-
error 500 significa che c'è un problema in htaccess. Lo hai rinominato in .htaccess, ma qualche impostazione non è compatibile con il server. Controlla htaccess
-
Grazie per l'attenzione!
Questo è il codice del mio .htaccess, tra l'altro ho provato a disattivare il componente attivare la configurazione seo ma permane l'errore (sono su server joomlahost per cui non dovrei avere problemi di compatibilità,il sito è www.goodis.it)
##
# @version $Id: htaccess.txt 10492 2008-07-02 06:38:28Z ircmaxell $
# @package Joomla
# @copyright Copyright (C) 2005 - 2008 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!
#
# Block out any script trying to set a mosConfig value through the URL
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
########## Begin - 3rd Party SEF Section
############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension - e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
#
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
#
########## End - 3rd Party SEF Section
-
ma questo è per joomla 1.0.x.
La versione 1.5.x di joomla non ha alcuna suddivisione in "joomla core sef" e "3rd Party SEF"
Prendi un htaccess.txt "pulito" dal pacchetto 1.5.9, rinominalo in .htaccess e caricalo nello spazio server al posto di quello esistente
Tra l'altro questo htaccess che hai postato ha attiva sia la parte relativa al sef del core sia quella relativa al sef di terze parti.
Quelle due sezioni sono alternative (sempre per joomla 1.0, ovviamente). Occorre tenere commentata una di quelle due sezioni
-
Ciaooooo
dunque ho caricato htaccess nuovo ma nulla cambia ormai l'errore sembra irreparabile!!! Tra l'altro righe di commento relative alle third party non ci sono nella 1.5.9 infatti sono quelle che avevo copiato dalla documentazione di sh404sef su indicazione del componente hai suggerimenti ...
non dirmi che dveo riinstallaretuttoda capo sarebbe la quinta volta!!!!!!!!!
:'( :'(
-
l'htaccess lo hai, ovviamente rinominato in .htaccess, senza ulteriori estensioni e con il punto davanti, giusto?
Se hai fatto esattamante così, da una occhiata a questa guida (http://www.zalexo.it/guide-tutorial/7-joomla/29-guida-configurazione-file-htaccess.html)
Se non dovesse funzionare, è possibile che il tuo host non supporti il mod_rewrite
-
COME DICE MIO FIGLIO DI DUE ANNI :"CE L'HO FATTAAAA"
Ho riinstallato tutto joomla virtuemart sh404sef messo il punto a htaccess flaggato config seo attivato sh404sef e ORA FUNZIONA,...MISTERO GAUDIOSO!!!!!!!!!!!!!!! ;D ;D ;D ;D ;D ;D
NON SO CHE COSA AVESSE VISTO PRIMA