Visualizzazione risultati 1 fino 5 di 5

Discussione: non riesco ad installare Joomla! 1.0.15, ricevo un errore

  1. #1
    Guest

    Exclamation non riesco ad installare Joomla! 1.0.15, ricevo un errore

    Ciao a tutti raga ho un problema con l'installazione del Joomla, ho seguito varie guide in giro per internet e sembra che non capisco il problema... Ho copiato l'intero file .tar contente i file di installazione e componenti vari solo che guardate qua



    ho gia dato i permessi alla cartella installation (chmod 777) e ho modificato il file .htaccess così

    php_value register_globals 0
    ##
    # @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) [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
    non capisco veramente cosa c'è da fare... Perchè poi joomla non ti lascia procedere oltre al passo 2... ti da un errore con una stringa lunghissima...
    per favore datemi un aiuto per farlo andare deve avere i permessi...

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

    Predefinito

    Pechè non usi joomlavista?
    È una versione di joomla ottimizzata per lavorare qui su altervista
    » Salvatore Noschese - L'AltroWeb | Seguimi su: facebook | twitter | Google+
    # Che aspetti? Unisciti alla community! Tanti nuovi gruppi ti aspettano


  3. #3
    Guest

    Predefinito

    djpanz

    mi posti anche lo screen shot della "stringa lunghissima..."


    non è problema di htaccess .... non viene abilitato l'uso già dall'installazione

  4. #4
    Guest

    Predefinito

    we tutto risolto ho installato joomla vista

  5. #5
    Guest

    Predefinito

    anke io ho un problema.. praticamente allo step 1 quando inserisco i dati del mio.. poi nn mi fa andare avanti mi da errore


Regole di scrittura

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