Back to top

Autore Topic: non visualizzo pagine  (Letto 4965 volte)

Offline elettrognieppo

  • Nuovo arrivato
  • *
  • Post: 9
    • Mostra profilo
non visualizzo pagine
« il: 29 Dic 2009, 19:19:02 »
ciao
se abilito i tasti pe rmigliorare la seo (i tre bottoni nella configurazione) le pagine non compaiono più; compare error 404 page not found

Ho rinominato htaccess come da istruzioni; anche inserendo solo friendly URL per mot di ricerca non compaione le pagine

potete aiutarmi?

Offline maicolstaip

  • Global Moderator
  • Instancabile
  • ********
  • Post: 17623
  • Sesso: Maschio
    • Mostra profilo
Re:non visualizzo pagine
« Risposta #1 il: 29 Dic 2009, 19:20:09 »
Non si risponde a PM tecnici. Postate sul forum. Grazie.

Offline elettrognieppo

  • Nuovo arrivato
  • *
  • Post: 9
    • Mostra profilo
Re:non visualizzo pagine
« Risposta #2 il: 29 Dic 2009, 20:01:59 »
provato

ma anche solo abilitando friendly URL le pagine non compaiono

devo dedurre che il server non supporta Joomla? (è *******.eu)
« Ultima modifica: 29 Dic 2009, 21:24:47 da taolo »

Offline taolo

  • Global Moderator
  • Instancabile
  • *****
  • Post: 3651
  • Sesso: Maschio
    • Mostra profilo
Re:non visualizzo pagine
« Risposta #3 il: 29 Dic 2009, 21:25:43 »
Chiedi se hanno attivo il mod_rewrite di apache  :)
Ogni tanto passo da Joomla Blog! Un blog su Joomla

Offline elettrognieppo

  • Nuovo arrivato
  • *
  • Post: 9
    • Mostra profilo
Re:non visualizzo pagine
« Risposta #4 il: 30 Dic 2009, 00:11:58 »
è attivo..

Offline taolo

  • Global Moderator
  • Instancabile
  • *****
  • Post: 3651
  • Sesso: Maschio
    • Mostra profilo
Re:non visualizzo pagine
« Risposta #5 il: 30 Dic 2009, 03:10:17 »
Allora non può che dipendere dal file .htaccess

Se non dai altre info posso solo consigliarti di ripetere passo passo la procedura della guida indicata da maicolstaip  :)
Ogni tanto passo da Joomla Blog! Un blog su Joomla

Offline elettrognieppo

  • Nuovo arrivato
  • *
  • Post: 9
    • Mostra profilo
Re:non visualizzo pagine
« Risposta #6 il: 30 Dic 2009, 11:11:03 »
grazie del supporto ma non riesco a uscirne:

ho copiato vari .htaccess dal forum ma non va ; si vede solo la homepage e poi i link non vanno.

il sito ferienwohnungenlagomaggiore.eu non è in una sottodirectory

l' .htaccess che ora è inserito (e non  va )é:

##
# @version $Id: htaccess.txt 13415 2009-11-03 15:53:25Z ian $
# @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!
#
## 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



grazie comunque per l'aiuto

Offline stenox76

  • Nuovo arrivato
  • *
  • Post: 18
  • Sesso: Maschio
    • Mostra profilo
Re:non visualizzo pagine
« Risposta #7 il: 25 Gen 2010, 19:23:14 »
Ciao, intanto prova a dcommentare le righe:
#<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
#Satisfy all
#</Files>

togliendo il #

poi se non va prova a decommentare anche
#Options +FollowSymLinks
Stenox76

Offline mmleoni

  • Global Moderator
  • Instancabile
  • ********
  • Post: 5547
  • Sesso: Maschio
  • Just another *nix coder/sysadmin...
    • Mostra profilo
Re:non visualizzo pagine
« Risposta #8 il: 25 Gen 2010, 22:41:18 »
ciao elettrognieppo,
l'.htaccess va bene, aspetta a toccarlo.

ho notato che i link ora funzionano, ma anche che uno dei link ai css non funziona, ed il risultato non mi piace per niente:

http://www.ferienwohnungenlagomaggiore.eu/templates/mio_tema/css/template_fotoago.css

fai due chiacchiere con il tuo provider a proposito della gestione degli errori nel sito.

ciao,
marco
mmleoni web consulting - creazione siti web aziendali ed e-commerce avanzati - sviluppo moduli e componenti Joomla

 



Web Design Bolzano Kreatif