Back to top

Autore Topic: RISOLTO - Problema - Componente non trovato  (Letto 2589 volte)

Offline Scaravetti Gabriele

  • Appassionato
  • ***
  • Post: 511
  • Sesso: Maschio
  • web creations
    • Mostra profilo
RISOLTO - Problema - Componente non trovato
« il: 09 Lug 2008, 11:41:55 »
Buongiorno, Volevo porvi questa domanda:
Perche quando io faccio una ricerca con il componente search di joomla nel mio sito web (www.scaravettitech.com)mi dice che il componente non è stato trovato? ricordo che l' opzione "Friendly URL per i motori di ricerca" è spuntata. Se volete fare una prova l' indirizzo è www.scaravettitech.com e poi cliccate "cerca nel sito" e provate a cercare e vedete cosa succede
« Ultima modifica: 09 Lug 2008, 13:15:49 da gabry90 »
Scaravetti Gabriele

Offline sali40

  • Global Moderator
  • Instancabile
  • ********
  • Post: 4791
  • Sesso: Maschio
    • Mostra profilo
Re: Problema - Componente non trovato
« Risposta #1 il: 09 Lug 2008, 11:50:27 »
per intanto posso dirti che, sicuramente, hai lasciato l'htaccess sotto forma di txt piuttosto che rinominarlo in .htaccess
Nel bel mezzo della url, infatti, fa bella mostra di se "index.php".

Offline Scaravetti Gabriele

  • Appassionato
  • ***
  • Post: 511
  • Sesso: Maschio
  • web creations
    • Mostra profilo
Re: Problema - Componente non trovato
« Risposta #2 il: 09 Lug 2008, 11:53:40 »
addesso ho provato a rinominare il file in .htaccess e mi da Internal Server Error
Scaravetti Gabriele

Offline sali40

  • Global Moderator
  • Instancabile
  • ********
  • Post: 4791
  • Sesso: Maschio
    • Mostra profilo
Re: Problema - Componente non trovato
« Risposta #3 il: 09 Lug 2008, 11:56:56 »
c'è qualche errore nel file.
potresti postarlo?
Utilizzi altro seo oltre quello di default di joomla?

Offline Scaravetti Gabriele

  • Appassionato
  • ***
  • Post: 511
  • Sesso: Maschio
  • web creations
    • Mostra profilo
Re: Problema - Componente non trovato
« Risposta #4 il: 09 Lug 2008, 11:59:46 »
Qui sotto c'è il contenuto del .htaccess ma non uso un' altro SEO utilizzo solo questo di joomla

##
# @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
Scaravetti Gabriele

Offline sali40

  • Global Moderator
  • Instancabile
  • ********
  • Post: 4791
  • Sesso: Maschio
    • Mostra profilo
Re: Problema - Componente non trovato
« Risposta #5 il: 09 Lug 2008, 12:32:38 »
prova a commentare
Codice: [Seleziona]
Options +FollowSymLinks

Offline Scaravetti Gabriele

  • Appassionato
  • ***
  • Post: 511
  • Sesso: Maschio
  • web creations
    • Mostra profilo
Re: Problema - Componente non trovato
« Risposta #6 il: 09 Lug 2008, 12:43:00 »
Funziona il sito web ma torna a ridarmi l' errore del componente non trovato. Non è x caso che è un problema di autorizzazioni sulla macchina hoster ?
Scaravetti Gabriele

Offline Scaravetti Gabriele

  • Appassionato
  • ***
  • Post: 511
  • Sesso: Maschio
  • web creations
    • Mostra profilo
Re: Problema - Componente non trovato
« Risposta #7 il: 09 Lug 2008, 12:49:28 »
Grazie!!!! Sali40 ho combinato commentando come dicevi tu l'Options +FollowSymLinks e abilitando mod_rewrite dal pannello amministrativo di joomla
Scaravetti Gabriele

Offline sali40

  • Global Moderator
  • Instancabile
  • ********
  • Post: 4791
  • Sesso: Maschio
    • Mostra profilo
Re: Problema - Componente non trovato
« Risposta #8 il: 09 Lug 2008, 13:05:08 »
Eccellente. Aggiungeresti un "RISOLTO" nell'oggetto del primo post?

 



Web Design Bolzano Kreatif