Visualizzazione risultati 1 fino 9 di 9

Discussione: Riscrivi URL SEF, se lo attivo mi da errore

  1. #1
    Guest

    Predefinito Riscrivi URL SEF, se lo attivo mi da errore

    Ciao a tutti vorrei chiedervi una cosa, vorrei attivare in joomla 2.58

    Riscrivi URL SEF e Suffisso URL ma appena lo faccio poi alcune pagine del sito non si caricano piu' e mi danno errore Internal Server Error o anche errore 404.

    Ho letto che bisogna prima rinominare il file htaccess.txt in .htaccess, il fatto e che io ho 2 file htaccess, uno con estensione .txt e un con il punto anteposto.

    E quindi quando rinomino il file htaccess.txt mi dice che eseste già .htaccess ma anche se lo sovrascrivo comunque non và.

    Non so' se mi sono spiegato, scusate ma sono fresco fresco di joomla!

    Grazie, Michele
    Ultima modifica di mercatinodelcondominio : 19-01-2013 alle ore 20.16.54

  2. #2
    L'avatar di darkwolf
    darkwolf non è connesso Super Moderatore
    Data registrazione
    18-04-2007
    Residenza
    Reggiolo (RE)
    Messaggi
    6,552

    Predefinito

    No, non é normale averne due (devi averne solo uno ".htaccess") e quindi bisogna capire se quello valido é il .txt o l'altro.
    Sarebbe utile postare qui il contenuto di entrambi i file, così da capire cosa fare e sistemare il tutto!
    -
    PS: capisco che hai fretta, ma il regolamento permette l'UP solo dopo sette giorni (diversamente tocca pazientare).
    » Salvatore Noschese - L'AltroWeb | Seguimi su: facebook | twitter | Google+
    # Che aspetti? Unisciti alla community! Tanti nuovi gruppi ti aspettano


  3. #3
    Guest

    Predefinito

    Ok grazie dell'info!

    Per quanto riguarda il file htaccess.txt c'è questo:

    ##
    # @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.










    ----------------------------------------------------------------------------------------------------------



    mentre nel file .htaccess c'è questo:


    ##


    # @version $Id: htaccess.txt 14401 2010-01-26 14:10:00Z louis $


    # @package Joomla


    # @copyright Copyright (C) 2005 - 2010 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!

  4. #4
    L'avatar di darkwolf
    darkwolf non è connesso Super Moderatore
    Data registrazione
    18-04-2007
    Residenza
    Reggiolo (RE)
    Messaggi
    6,552

    Predefinito

    entra nel sito, disabilita la riscrittura (sef ecc), quindi verifica via ftp (o pannello) com'é la situazione e se presente ancora l'.htaccess eliminano (o rinominalo per prudenza, o fai un backup).
    Quindi rinomina il .txt in .htaccess, aprilo e cambia la riga
    # RewriteBase /
    in
    RewriteBase /
    --
    Fatto ciò riabilita il Sef e verifica il tutto (dovrebbe essere tutto ok)
    - (scusa eventuali imprecisioni, sono da mobile :P)
    » Salvatore Noschese - L'AltroWeb | Seguimi su: facebook | twitter | Google+
    # Che aspetti? Unisciti alla community! Tanti nuovi gruppi ti aspettano


  5. #5
    Guest

    Predefinito

    Grande!!!Ha funzionato, grazie mille!!
    Quindi fammi un po' capire il cancelletto # RewriteBase / va sempre tolto ho solo in determinate situazioni?

  6. #6
    L'avatar di darkwolf
    darkwolf non è connesso Super Moderatore
    Data registrazione
    18-04-2007
    Residenza
    Reggiolo (RE)
    Messaggi
    6,552

    Predefinito

    Il punto é che tu hai abilitato il sef e lui non avendo trovato un .htaccess valido (c'era htaccess.txt, ma non era quello ciò che lui cercava - avresti dovuto prima rinominarlo) lui ne ha creato un altro inserendo il suo codice. Così ti ho fatto rifare la procedura dall'inizio affinché lo inserisse nell'.htaccess "originale" (giusto per avere una copia valida e funzionante anche nel caso in cui disabilitassi il sef)
    - Sul rewritebase, come spiegato nel tuo stesso htaccess, dipende dalla configurazione del server (qui su AV é richiesto)! Ti consiglio una ricerca su google se vuoi approfondire :)
    Ultima modifica di darkwolf : 19-01-2013 alle ore 21.43.52
    » Salvatore Noschese - L'AltroWeb | Seguimi su: facebook | twitter | Google+
    # Che aspetti? Unisciti alla community! Tanti nuovi gruppi ti aspettano


  7. #7
    Guest

    Predefinito ok

    Ok mi faccio un giro su google!

    Grazie mille ancora!!

  8. #8
    Guest

    Predefinito

    Ragazzi io fatto tutto come indicato qui ma non funziona.

  9. #9
    L'avatar di RedWebSite
    RedWebSite non è connesso AlterGuru
    Data registrazione
    02-05-2007
    Messaggi
    1,047

    Predefinito

    ciao, lino80sa, recati nel pannello di controllo altervista gestione files in alto clicca sul logo php 5 al tab Modifica sorgente .htaccess (Avanzato) se c'è qualcosa cancella tutto e inserisci questo codice che è l'htaccess per un corretto funzionamento del sef di joomla su altervista
    Codice:
    ##
    # @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.
    
    # # av:php5-engine
    AddHandler av-php53 .php
    alterjoomla sito web dedicato a joomla ed altervista - Tante guide per joomla anche su RedWebSite
    "C'è una fondamentale differenza tra la religione, che è basata sull'autorità, e la scienza, che è basata su osservazione e ragionamento. E la scienza vincerà perché funziona."

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •