Installation sauvegarde d'un site distant sur mon PC avant mise à jour 3.7.2

Réduire
X
 
  • Filtrer
  • Heure
  • Afficher
Tout effacer
nouveaux messages

  • #16
    Re : Installation sauvegarde d'un site distant sur mon PC avant mise à jour 3.7.2

    Ce serait bien si c'était logique et surtout moins moins "bavard" :
    UwAmp me propose d'afficher les "logs error Apache". La dernière ligne est la suivante :
    C:/UwAmp/www/Joomla/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: http://<b>localhost:90</b>/Joomla/in...php?view=setup
    N'y aurait-il pas un problème de paramètre dans le fichier .htaccess ? et "http://localhost:90"
    Ce dernier contient les informations suivantes, mais je ne comprends pas la suite...
    ##
    # @package Joomla
    # @copyright Copyright (C) 2005 - 2017 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 'Options +FollowSymLinks' may cause problems with some server configurations.
    # It is required for the use of mod_rewrite, but it may have already been set by your
    # server administrator in a way that disallows changing it in this .htaccess file.
    # If using it causes your site to produce an error, comment it out (add # to the
    # beginning of the line), reload your site in your browser and test your sef urls. If
    # they work, then it has been set by your server administrator and you do not need to
    # set it here.
    ##

    ## No directory listings
    <IfModule autoindex>
    IndexIgnore *
    </IfModule>

    ## Can be commented out if causes errors, see notes above.
    Options +FollowSymlinks
    Options -Indexes

    ## Mod_rewrite in use.

    RewriteEngine On

    ## Begin - Rewrite rules to block out some common exploits.
    # If you experience problems on your site then comment out the operations listed
    # below by adding a # to the beginning of the line.
    # This attempts to block the most common type of exploit `attempts` on Joomla!
    #
    # Block any script trying to base64_encode data within the URL.
    RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
    # Block any script that includes a <script> tag in URL.
    RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
    # Block any script trying to set a PHP GLOBALS variable via URL.
    RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    # Block 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 home page
    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 the 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 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.

    Merci encore pour aide. Bactériophage
    Dernière édition par Bactériophage à 27/05/2017, 20h10
    https://www.geephage.org/joomla/

    Commentaire


    • #17
      Re : Installation sauvegarde d'un site distant sur mon PC avant mise à jour 3.7.2

      En local, si tu veux utiliser un .htaccess et lé réécriture, il faut activer mod_rewrite dans les paramètres du serveur.
      Mais le plus simple est de renommer le .htaccess pour le neutraliser et de désactiver la réécriture au vol dans le fichier de configuration.
      Ce qui m'étonne, c'est qu'il me semblait que la restauration Akeeba renommait systématiquement ce fichier en htaccess.bak, et qu'il fallait faire l'opération inverse si on avait besoin de ce .htaccess
      "Patience et longueur de temps font plus que force ni que rage..." (La Fontaine : Le Lion et le Rat) - "Il n'y a pas de problèmes; il n'y a que des solutions" (André Gide).
      MoovJla et LazyDbBackup sur www.joomxtensions.com - FaQ sur www.fontanil.info - Site pro : www.robertg-conseil.fr chez PHPNET, sites perso chez PlanetHoster + sites gérés chez PHPNET, PlanetHoster, Ionos et OVH

      Commentaire


      • #18
        Re : Installation sauvegarde d'un site distant sur mon PC avant mise à jour 3.7.2

        Envoyé par RobertG Voir le message
        renommer le .htaccess pour le neutraliser et désactiver la réécriture au vol dans le fichier de configuration.
        Bonjour RobertG,
        Merci pour ces précisions.
        Toutefois pour le désactiver faut-il renommer .htaccess avant de faire la sauvegarde (par Akeeba Bacup) du site distant ? Sinon, comment le faire après ?
        Désactiver la réécriture au vol dans le fichier de configuration (configuration.php ? ). Comment faire cela ?
        Encore merci pour ton aide.
        Bactériophage
        https://www.geephage.org/joomla/

        Commentaire


        • #19
          Re : Installation sauvegarde d'un site distant sur mon PC avant mise à jour 3.7.2

          Comme je l'ai dit, sauf erreur le .htaccess d'origine est systématiquement renommé lors de la restauration. Je ne m'en préoccupe donc pas. Et si par hasard il reste tel quel, il me suffit de le renommer depuis le gestionnaire de fichiers pour pouvoir ouvrir le site et son administration. Ensuite, une fois dans l'administration, je décoche la réécriture au vol si mon serveur est configuré sans mod_rewrite.
          "Patience et longueur de temps font plus que force ni que rage..." (La Fontaine : Le Lion et le Rat) - "Il n'y a pas de problèmes; il n'y a que des solutions" (André Gide).
          MoovJla et LazyDbBackup sur www.joomxtensions.com - FaQ sur www.fontanil.info - Site pro : www.robertg-conseil.fr chez PHPNET, sites perso chez PlanetHoster + sites gérés chez PHPNET, PlanetHoster, Ionos et OVH

          Commentaire


          • #20
            Re : Installation sauvegarde d'un site distant sur mon PC avant mise à jour 3.7.2

            Encore merci pour votre aide.
            Finalement deux points critiques étaient en cause :
            1) le port 80 à changer (merci pmleconte)
            2) le fichier .htaccess que Kicksart remet par défaut (merci Robert G).
            voir l'un des derniers tableaux de la restauration :

            Tout fonctionne bien maintenant .
            Bactériophage
            Dernière édition par Bactériophage à 28/05/2017, 16h07
            https://www.geephage.org/joomla/

            Commentaire

            Annonce

            Réduire
            Aucune annonce pour le moment.

            Partenaire de l'association

            Réduire

            Hébergeur Web PlanetHoster
            Travaille ...
            X