Back to top

Autore Topic: Configurazione SEO  (Letto 3718 volte)

Offline Salvų

  • Appassionato
  • ***
  • Post: 387
  • Sesso: Maschio
    • Mostra profilo
Configurazione SEO
« il: 01 Mar 2012, 12:05:47 »
Ciao a tutti  :)


ho quasi completato un sito con Joomla ed ora sto cercando di configurare al meglio le opzioni SEO, in modo che quando si clicca sulla voce "Chi siamo", ad esempio, il link visualizzato sarā www.nomesito.it/ alias dell'articolo.


Seguendo questa guida http://www.joomla.it/articoli-della-community/903-configurazione-seo-di-joomla-rendere-appetibile-il-sito-ai-motori-di-ricerca.html ho disattivato le opzioni SEO e tramite filezilla ho modificato direttamente il file htaccess.txt trasformandolo in .htaccess


Dopo aver fatto questa modifica, perō, il sito non si visualizzava pių e c'era un messaggio di errore grave.


Potete spiegarmi cosa devo fare o cosa ho sbagliato?  :)


Grazie a tutti per le risposte!  :)

Offline xplosion

  • Global Moderator
  • Instancabile
  • ********
  • Post: 4047
  • Sesso: Maschio
    • Mostra profilo
Re:Configurazione SEO
« Risposta #1 il: 01 Mar 2012, 13:27:26 »
Hai commentato la riga 23 dell file .htaccess ?
Codice: [Seleziona]
# Options +FollowSymLinks

Offline Salvų

  • Appassionato
  • ***
  • Post: 387
  • Sesso: Maschio
    • Mostra profilo
Re:Configurazione SEO
« Risposta #2 il: 01 Mar 2012, 13:55:05 »
Ok, l'ho modificata, ora il sito funziona ma il link č cosė http://www.bagheriabenecomune.org/index.php/chi-siamo


invece io lo vorrei cosė:  http://www.bagheriabenecomune.org/chi-siamo


Inoltre cliccando su leggi tutto negli articoli il sito si visualizza tutto bianco e male...


ecco il link del sito www.bagheriabenecomune.org


GRAZIE


Offline Salvų

  • Appassionato
  • ***
  • Post: 387
  • Sesso: Maschio
    • Mostra profilo
Re:Configurazione SEO
« Risposta #3 il: 01 Mar 2012, 14:10:54 »
Ho dovuto riportare tutto allo stato di prima perché ho problemi di visualizzazione degli articoli dopo aver cliccato sul tasto LEGGI TUTTO..


Come posso risolvere?  :'(

Offline maicolstaip

  • Global Moderator
  • Instancabile
  • ********
  • Post: 17623
  • Sesso: Maschio
    • Mostra profilo
Re:Configurazione SEO
« Risposta #4 il: 01 Mar 2012, 17:15:50 »
Ciao,
puoi risolvere leggendo bene e mettendo in pratica tutto quello che c'č scritto nell'articolo, senza tralasciare nulla e leggendo pių volte dove non hai capito.
Saresti il primo a non risolvere tramite quell'articolo ;)

Ciao!
Non si risponde a PM tecnici. Postate sul forum. Grazie.

Offline Salvų

  • Appassionato
  • ***
  • Post: 387
  • Sesso: Maschio
    • Mostra profilo
Re:Configurazione SEO
« Risposta #5 il: 01 Mar 2012, 18:50:20 »
Ah bene! Grazie del conforto!  ;D

L'ho letto di fretta, stasera ci riprovo!  ;)

Offline Salvų

  • Appassionato
  • ***
  • Post: 387
  • Sesso: Maschio
    • Mostra profilo
Re:Configurazione SEO
« Risposta #6 il: 01 Mar 2012, 19:30:13 »
Allora


ok faccio subito la modifica...


ho modificato il file htaccess.txt e l'ho trasformato in .htaccess


Nel codice, inoltre, seguendo la guida ho anteposto un # alla riga incriminata come potete vedere voi stessi:


Codice: [Seleziona]

##
# @package Joomla
# @copyright Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.
# @license GNU General Public License version 2 or later; see LICENSE.txt
##


##
# 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 base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block out any script that includes a <script> tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%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})
# Return 403 Forbidden header and show the content of the root homepage
RewriteRule .* index.php [F]
#
## End - Rewrite rules to block out some common exploits.


## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
## End - Custom redirects


##
# 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.
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the request is for something within the component folder,
# or for the site root, or for an extensionless URL, or the
# requested URL ends with one of the listed extensions
RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
## End - Joomla! core SEF Section.


Funziona tutto tranne il tasto leggi tutto degli articoli... infatti se provate a cliccarci sul sito www.bagheriabenecomune.org, esso diventa tutto bianco e si visualizza malissimo  :'(


inoltre i link sono diventati cosė www.bagheriabenecomune.org/index.php/chi-siamo e non bagheriabenecomune.org/chi-siamo....


mi aiutate??  :'(

Offline daniel77

  • Abituale
  • ****
  • Post: 1129
  • Grotta del bue marino
    • Mostra profilo
Re:Configurazione SEO
« Risposta #7 il: 02 Mar 2012, 13:14:14 »
A me sembra tutto ok.
www.salinalive.it
Voglio tornare quiiiiiiiiiiiiiii!!!!!!!!!!!!!!!!!!!!!

Offline Salvų

  • Appassionato
  • ***
  • Post: 387
  • Sesso: Maschio
    • Mostra profilo
Re:Configurazione SEO
« Risposta #8 il: 02 Mar 2012, 13:35:55 »
Il problema č ora con gli url degli articoli...


vorrei che l'url degli articoli sia bagheriabenecomune.org/ alias dell'articolo...


sai dirmi come fare??

Offline daniel77

  • Abituale
  • ****
  • Post: 1129
  • Grotta del bue marino
    • Mostra profilo
Re:Configurazione SEO
« Risposta #9 il: 02 Mar 2012, 20:37:33 »
Scusa la domanda, ma perchč vorresti fare sta cosa?
Per farla credo ci siano diverse strade, ma a me non sembra molto sensato.

Potresti ad esempio reindirizzare le directory tutte verso /, credo si possa fare, ma che senso avrebbe? anche a livello di posizionamento un discorso del genere non č il massimo...

Oppure crei direttamente delle voci di menų, una voce per ogni articolo e nascondi il menų lasciando visualizzati solo gli articoli, ma... boh!

www.salinalive.it
Voglio tornare quiiiiiiiiiiiiiii!!!!!!!!!!!!!!!!!!!!!

 



Web Design Bolzano Kreatif