• Consiglio Direttivo

    Hai impostato l'.htaccess per componenti di terze parti?


  • Super User

    Ricordo che in una discussione nella sezione joomla avevamo parlato del problema sicurezza, ed è uscito fuori anche il punto htaccess.
    Alla fine dissi che del posizionamento non me ne importava nulla, quindi non mi sono soffermata...quel file non l'ho nemmeno rinominato...è ancora un txt...


  • Consiglio Direttivo

    Per usufruire delle opzioni seo devi abilitare questa parte dell'.htaccess togliendo i #:

    ########## 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|/[^.]*)$  
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule (.*) index.php
    #
    ########## End - 3rd Party SEF Section
    ```Ovviamente devi disabilitare la parte riguardante le opzioni seo di default aggiungendo un **#**:
    

    ########## Begin - Joomla! core SEF Section
    ############# Use this section if using ONLY Joomla! core SEF

    ALL (RewriteCond) lines in this section are only required if you actually

    have directories named 'content' or 'component' on your server

    If you do not have directories with these names, comment them out.

    #RewriteCond %{REQUEST_FILENAME} !-f
    %{REQUEST_FILENAME} !-d
    %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
    %{REQUEST_URI} (/|.htm|.php|.html|/[^.]*)$
    #RewriteRule ^(content/|component/) index.php

    ########## End - Joomla! core SEF Section

    
    *Search Engine Friendly URL* ed a
    
    *Titoli pagina dinamici*
    
    Ciao

  • Super User

    Oh mio salvatore, ci provo subito...:D


  • Super User

    Piccolo consiglio sul componente Artio:
    Lo seguo dalal sua uscita, e l'ho sempre usato su molti siti, e fra bug e varie release, alla fine si riesce ad avere un buon compromesso, ma, ultimamente, mi rendo conto che a lungo andare, e in special modo su siti di e-commerce o che contengono molti dati nel database, risulta essere molto instabile, e oltre ad appesantire l'intero sito e a rallentarlo, provoca problemi stranissimi e determinanti per il corretto funzionamento del sito stesso, quindi su parecchi siti fatti in joomla di alcuni clienti, sono passato a SefAdvance, costa 40? a licenza, ci sono 1/4 delel opzioni da settare, quindi molto piu semplice da usare, e il database non viene alterato, i siti risultano più performanti del 70%, sono soddisfatto del prodotto, anche se devo ancora capire alcune piccolezze.
    Comunque, puoi restare con artio al momento e testare come va, poi se un domani vuoi fare il cambio, non ci sono problemi.


  • Super User

    Bua, allora, se faccio prima l'uno mi sparisce tutto il sito, se faccio prima l'altro idem.
    Se rinomino il file non mi si vede più nulla...sto sbagliando qualcosa ma non so cosa...:(

    Sì, infatti per ora vedo questo che è, come si dice, aggratis, quando sarò padrona, e pare ancora di no, di artio, seguirò di certo i miei guru 🙂

    Come l'altra volta non so per bene dove fa messo quello che mi è stato detto:

    ##
    # @version $Id: htaccess.txt 1570 2005-12-29 05:53:33Z eddieajau $
    # @package Joomla
    # @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
    # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
    # Joomla! is Free Software
    ##
    
    #
    # mod_rewrite in use
    #
    RewriteEngine On
    ##
    ## NOTE!
    ## When using multiple Joomla sites or other web applications in sub-folders,
    ## you must explicitly turn the RewriteEngine off or use the settings
    ## recommended for the application
    ##
    # Uncomment following line if your webserver's URL
    # is not directly related to physical file paths.
    # Update YourJoomlaDirectory (just / for root)
    RewriteBase /
    #
    # Rules
    #
    RewriteCond %{REQUEST_FILENAME} !.(jpg|jpeg|gif|png|css|js|pl|txt)$
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*) index.php
    ########## 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) 
    # Block out any script trying to base64_encode crap to send via URL
    RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) 
    # 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}) 
    # 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
    

    ??:(


  • Super User

    Prova con questo:```

    @version $Id: htaccess.txt 5973 2006-12-11 01:26:33Z robs $

    @package Joomla

    @copyright Copyright (C) 2005 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.

    Only use one of the two SEF sections that follow. Lines that can be uncommented

    (and thus used) have only one. Lines with two's should not be uncommented

    In the section that you don't use, all lines should start with

    For Standard SEF, use the standard SEF section. You can comment out

    all of the RewriteCond lines and reduce your server's load if you

    don't have directories in your root named 'component' or 'content'

    If you are using a 3rd Party SEF or the Core SEF solution

    uncomment all of the lines in the '3rd Party or Core SEF' section

    SOLVING PROBLEMS WITH COMPONENT URL's that don't work

    SPECIAL NOTE FOR SMF USERS WHEN SMF IS INTEGRATED AND BRIDGED

    OR ANY SITUATION WHERE A COMPONENT's URL's AREN't WORKING

    In both the 'Standard SEF', and '3rd Party or Core SEF' sections the line:

    RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]#optional - see notes##

    May need to be uncommented. If you are running your Joomla!/Mambo from

    a subdirectory the name of the subdirectory will need to be inserted into this

    line. For example, if your Joomla!/Mambo is in a subdirectory called '/test/',

    change this:

    RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]#optional - see notes##

    to this:

    RewriteCond %{REQUEST_URI} ^(/test/component/option,com) [NC,OR]#optional - see notes##

    Can be commented out if causes errors, see notes above.

    mod_rewrite in use

    RewriteEngine On

    Uncomment following line if your webserver's URL

    is not directly related to physical file paths.

    Update Your Joomla!/MamboDirectory (just / for root)

    RewriteBase /

    ############ Use this section if using ONLY Joomla! core SEF

    ALL (RewriteCond) lines in this section are only required if you actually

    have directories named 'content' or 'component' on your server

    If you do not have directories with these names, comment them out.

    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] #optional - see notes##
    RewriteCond %{REQUEST_URI} (/|.htm|.php|.html|/[^.]*)$
    RewriteRule ^(content/|component/) index.php

    ############ 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|/[^.])$
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule (.
    ) index.php

    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)

    Block out any script trying to base64_encode crap to send via URL

    RewriteCond %{QUERY_STRING} base64_encode.(.)

    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})

    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]


  • Super User

    Ragazzi, siete stati fantastici....davvero, ci sono riuscita.
    Grazie mille, davvero!!
    Spero un giorno di poter essere io di aiuto a voi, ne dubito...al massimo posso aiutarvi a far bruciare una frittata! 😄

    Problema url pare risolto...grazie ancora 😄


  • Super User

    😄


  • Super User

    Risolto il problema url..adesso è la multithumb che non va...pare che su Opera, dopo due secondi che si apre la foto...puff, la fa sparire...non sono nuova all'utilizzo delle lightbox, ho settato tutto giusto ma pare non funzionare...
    😞


  • Consiglio Direttivo

    Purtroppo non ho mai utilizzato multithumb e quindi non posso esserti d'aiuto :(.

    Però posso consigliarti qualcosa che ho provato e che è davvero ottimo :); si chiama rokslideshow, ed è per fare gallerie, presentazioni, etc.. Il rockettheme è una sicurezza 😉

    Trovi l'estensione qua.

    Ciao


  • Super User

    Purtroppo alla fine l'ho tolta la multithumb, a parte il fatto che l'ho usata con molti siti che ho fatto, c'è anche da dire che le cose che non riesco a far vedere anche su certi browser non le lascio così dando per scontato che i più non usano opera, in questo caso...adesso me la provo in locale e poi quando risolvo forse la rimetto... voglio provare quello che mi hai detto tu Carlitos 😄
    Grazie mille 🙂


  • Consiglio Direttivo

    @pikadilly said:

    .. voglio provare quello che mi hai detto tu Carlitos 😄
    Grazie mille :)Non te ne pentirai 🙂

    Ciao


  • Super User

    Allora, ho scaricato il tutto...hai detto estensione...ma non me lo installa ne come mambot ne come componente e nemmeno come modulo...

    Quando si tratta di Joomla divento una totale ignorante...

    Intanto sto sistemando un pò il codice...la sezione Life è validata...adesso lotto per le altre...:D


  • Super User

    Ebbene, sono in estasi :D:D...sono riuscita a farlo validare tutto!!!
    Ho sistemato il modulo "fraseognigiorno" pulendolo un pò, adesso lo rimetto in circolo per i pignoli che vogliono un codice pulito come me.
    Purtroppo ho dovuto far fuori maxcomment, era lui la mala biscia che mi insozzava il codice, mi dispiace un pò, ci tenevo a far commentare le cialtronate che scrivo. Avrei potuto pulirlo e lasciarlo ma purtroppo dovevo andare a modificare stringhe che ancora non conosco...quindi per ora maxcomment è fuori...:D
    Anche la lightbox è andata, se non funza su opera per me è come se non funzionasse da nessuna parte, mi accontento delle pop up e delle gallerie img in flash, dopotutto la lightbox l'ho usata su parecchi siti, a lungo andare stufa pure. Vediamo in futuro se mi vien voglia di rimetterla.
    Grazie a tutti 😄


  • Consiglio Direttivo

    @pikadilly said:

    Allora, ho scaricato il tutto...hai detto estensione...ma non me lo installa ne come mambot ne come componente e nemmeno come modulo...

    Quando si tratta di Joomla divento una totale ignorante...

    Intanto sto sistemando un pò il codice...la sezione Life è validata...adesso lotto per le altre...:D
    Come non te lo installa? Che passaggi hai fatto per installare? Devi soltanto scaricare il modulo, installarlo e posizionarlo dove vuoi che appaia, oltre a poter creare il rispettivo menù.


  • Super User

    Veramente è da due giorni che tutti per componenti che installo non mi fa creare la voce di menu...come se non esistessero...oggi ho installato, tanto per provare easy book...l'istallazione è andata a buon fine, vedo il pannello etc etc...ma quando vado a creare la voce di menu verso quel componente, niente, non appare, appiono solo liks,home, collegamenti web, insomma i componenti di base...gli altri, niente...:(

    Adesso il modulo che mi hai consigliato è installato 🙂
    Mi domando perchè i componenti invece non me li fa usare...mah...


  • Consiglio Direttivo

    Mhh... Molto strano, sei andata su Menù>1 delle opzioni tra main, other, top e user menù e cliccando su Nuova, ti è apparsa una cosa del genere??

    [URL=http://img504.imageshack.us/my.php?image=schemaub3.gif]image


  • Super User

    Sì sì...ma ecco che mi appare appena spunto la casella"collegamento componente"...niente...non c'è nessuno dei componenti che sono stati installati...mi starò perdendo in bicchiere di acqua??:bho:
    A componente da allegare non viene fuori il nome del componente desiderato ma solo quelli che vedi...


  • Consiglio Direttivo

    Non devi scegliere "Collegamento componente", ma sotto la finestra Componenti, devi scegliere solo "Componente". Vedrai che funziona 🙂