Lecture du flux avec Artio Sef Problème !

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

  • Lecture du flux avec Artio Sef Problème !

    Bonjour à tous,

    Voici mon problème, sur la page d'accueil le lien vers les flux est transformé en :



    alors qu'il faudrait :



    Si je neutralise Artio Sef le lien apparaît correctement, il semble bien donc que Artio Sef ajoute index.php devant l'Url, comment neutraliser cela ?

    Merci de votre aide
    Bien à vous
    Chris60

  • #2
    Re : Lecture du flux avec Artio Sef Problème !

    Bonjour,
    qu'est-ce qui est coché dans les paramètres SEO de la configuration générale de Joomla ? Tu as activé le .htaccess ? Avec quel contenu ? C'est quel hébergeur ?
    Schtroumpfe toi le Schtroumpf t'aidera.
    Je ne schtroumpfe pas aux demandes de schtroumpf par MP.

    Commentaire


    • #3
      Re : Lecture du flux avec Artio Sef Problème !

      Bonjour Grand Schtroumpf,

      et merci de ton aide

      Voici les paramètres SEO :
      Réécriture d'URL en clair (SEF) OUI
      Module Apache mod_rewrite Réécriture au "vol" des URL OUI
      Ajouter un suffixe aux URL NON
      Unicode Aliases NON
      Nom du site dans les titres NON

      .htaccess activé et contenant :

      # redirect to remove "index.html" prefixes from requested URLs
      RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php/.
      Rewriterule ^index\.php/(.+)$ [L,R=301]

      DirectoryIndex index.php
      RewriteEngine On
      RewriteBase /

      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]

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

      Mon hébergeur : o2switch

      Cordialement
      Chris60

      Commentaire

      Annonce

      Réduire
      Aucune annonce pour le moment.

      Partenaire de l'association

      Réduire

      Hébergeur Web PlanetHoster
      Travaille ...
      X