Comment inclure une ancre dans une Url ?

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

  • [Problème] Comment inclure une ancre dans une Url ?

    Bonsoir,

    Je cherche à modifier une url pour pouvoir y incruster une ancre, puisqu'il est apparemment impossible de faire pointer un lien de menu vers une ancre d'article dans joomla.

    J'utilise la version 1.7 de joomla, mon hébergeur est 1&1 et j'emploie le module AceSEF pour la réécriture des Url's.

    Après avoir consulté la toile, j'ai donc renommer mon fichier htaccess.txt en .htaccess : voici a quoi il ressemble =>

    Code:
    ##
    # @version		$Id: htaccess.txt 21101 2011-04-07 15:47:33Z dextercowley $
    # @package		Joomla
    # @copyright	Copyright (C) 2005 - 2011 Open Source Matters. All rights reserved.
    # @license		GNU General Public License version 2 or later; see LICENSE.txt
    ##
    
    Setenv PHP_VER 5
    
    ##
    # 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.
    Je cherche donc a ajouter mon ancre "#contact" a mon url, via la fonction "Quick edit" de AceSEF.

    Mon url ressemble donc a ceci :
    "index.php?option=com_content&Itemid=104&catid=12& id=9&view=article#contact"

    Problème, quand je valide la modification de mon ancre, j'obtient une erreur: 500 affichage introuvable.

    Que doit-je faire ?
    Dernière édition par ServietSky-141 à 29/02/2012, 20h48

  • #2
    Re : Comment inclure une ancre dans une Url ?

    Bonjour,
    Je cherche à modifier une url pour pouvoir y incruster une ancre, puisqu'il est apparemment impossible de faire pointer un lien de menu vers une ancre d'article dans joomla
    Si c'est possible
    Tu créer ton article et ton ancre, tu te rends sur ton site, tu cliques sur ton article puis sur ton ancre et tu n'as plus qu'à copier l'URL.
    Pour apprendre à construire votre site web avec Joomla 3 : Joomla3! Le Livre Pour Tous : http://cinnk.com/joomla/3/le-livre-pour-tous

    Référencement Joomla! 10 astuces pour référencer son site web https://cinnk.com/articles/referencement-joomla-10-astuces-pour-referencer-son-site-web

    Créez votre boutique en ligne avec Joomla! & HikaShop http://cinnk.com/boutique/livres/cre...la-et-hikashop

    Commentaire


    • #3
      Re : Comment inclure une ancre dans une Url ?

      Merci pour cette réponse, mais je n'est rien compris a l'explication ... dsl

      En fait je crois que tu n'as pas bien saisi ce que je veux faire, je me suis peut être mal exprimé !

      En bref, prenons un menu lambda, "Acceuil/photos/News/Contact"

      Mon but est de créer un lien a partir de l'onglet "Contact" de mon menu, qui nous mènera vers une ancre d'un Article quelconque.

      Cela parait apparemment impossible puisque dans la partit "administration / Gestions des menus" on ne peut pas réécrire les urls en y ajoutant le suffixe d'une ancre ex: #contact.

      En espérant avoir était plus explicite, merci.

      Commentaire


      • #4
        Re : Comment inclure une ancre dans une Url ?

        Merci pour cette réponse, mais je n'est rien compris a l'explication ... dsl
        Je n'ai effectivement pas été très clair

        Donc pour résumer, tu souhaites avoir un onglet de menu amenant directement sur une ancre d'un de tes articles ?

        Pour cela tu créer donc un article comportant une ancre. Ensuite, tu te rends sur le frontend de ton site. Via une recherche, par exemple, tu affiches ton article, puis tu cliques sur l'ancre. A ce moment là dans ta barre d'URL, tu as l'adresse de ton article plus l'ancre :www.ton-site/ton-article#ton-ancre.
        Tu copie toute l'URL, tu va dans dans ton gestionnaire des menu => ton menu => nouvel élément et tu choisis url externe comme type de lien.
        Tu places l'URL copiée dans le champ URL, tu donnes un nom et tu sauves.
        Pour apprendre à construire votre site web avec Joomla 3 : Joomla3! Le Livre Pour Tous : http://cinnk.com/joomla/3/le-livre-pour-tous

        Référencement Joomla! 10 astuces pour référencer son site web https://cinnk.com/articles/referencement-joomla-10-astuces-pour-referencer-son-site-web

        Créez votre boutique en ligne avec Joomla! & HikaShop http://cinnk.com/boutique/livres/cre...la-et-hikashop

        Commentaire


        • #5
          Re : Comment inclure une ancre dans une Url ?

          Merci beaucoup pour ta réponse, qui est beaucoup plus claire a mon goût

          Commentaire


          • #6
            Re : Comment inclure une ancre dans une Url ?

            Merci beaucoup pour ta réponse, qui est beaucoup plus claire a mon goût
            oui, sur le premier post j'y suis allé un peu vite
            Pour apprendre à construire votre site web avec Joomla 3 : Joomla3! Le Livre Pour Tous : http://cinnk.com/joomla/3/le-livre-pour-tous

            Référencement Joomla! 10 astuces pour référencer son site web https://cinnk.com/articles/referencement-joomla-10-astuces-pour-referencer-son-site-web

            Créez votre boutique en ligne avec Joomla! & HikaShop http://cinnk.com/boutique/livres/cre...la-et-hikashop

            Commentaire

            Annonce

            Réduire
            Aucune annonce pour le moment.

            Partenaire de l'association

            Réduire

            Hébergeur Web PlanetHoster
            Travaille ...
            X